Re: concurrent inserts into myisam file
>>There should be no problem with two _connections_ to the _same_ instance of mysql.
I'm talking about storage and not SQL connections. Using the myisam as a storage system imply that you write directly using its API on the tables without a SQL server doing that for you. We are not connected to any SQL server in this way.
>>But, I don't understand -- What does opening "READONLY" mean? How does one do such?
There are opening modes for the mi_open() function, and one of them is O_RDONLY (the function mirrors the common unix opening modes - O_RDONLY, O_RDWR, O_WRONLY).
As I previously stated the problem lies within the scope of the Bug #29838. The record is there but is not read for this sync problem, and a KEY NOT FOUND is returned.
>>The only read_only I know of affects _all_ connections to the server.
again, we are not connected to the server.
Thanks
D.
Subject
Views
Written By
Posted
4195
June 05, 2010 02:51AM
1904
June 06, 2010 09:41PM
2163
June 09, 2010 01:00AM
1832
June 09, 2010 10:31AM
Re: concurrent inserts into myisam file
2119
June 12, 2010 01:42AM
1976
June 12, 2010 01:50AM
2029
June 12, 2010 11:10AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.