MySQL Forums
Forum List  »  MyISAM

Re: MYISAM, MYSQL and (may be) cache problems
Posted by: Ingo Strüwing
Date: June 22, 2005 01:37AM

I do not exactly understand, what you are doing. Have you bundled the application which uses your interface together with MySQL into one process? Or is MySQL running as a distinct process, accessing the same table file as your application?

In the latter case you will need to use the server option --external-locking and call mi_lock_database() around your MyISAM accesses with the global variable 'my_disable_locking' set to FALSE.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: MYISAM, MYSQL and (may be) cache problems
2142
June 22, 2005 01:37AM


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.