Re: LOCK TABLE/automatic repair function

2001-07-12 Thread Gerald Clark
The table not locke error occures when you have issued a lock tables command, and then access a table not included in the lock tables call. You must lock all tables you intend to access between the lock and unlock calls. Werner Stuerenburg wrote: > As I said earlier, I have troubles with 3 ta

LOCK TABLE/automatic repair function

2001-07-11 Thread Werner Stuerenburg
As I said earlier, I have troubles with 3 tables from over a hundred. In my quest to find out what happens, I converted those 3 from isam to myisam. Hence I am able to check from my program if the tables are corrupt and then try to correct them. The most important table is the session table. This