Re: MYISAM, MYSQL and (may be) cache problems
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.
Subject
Views
Written By
Posted
3470
June 21, 2005 01:11AM
Re: MYISAM, MYSQL and (may be) cache problems
2142
June 22, 2005 01:37AM
2025
June 22, 2005 04:04AM
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.