chong
01-04-2007, 12:02 AM
Hi, I'm running MySQL 1.2.3rc on a machine for a number of months.
Recently, the database is experiencing a lot of "disappearing tables". Tables from my own database, as well as the proc table from mysql database becomes missing. The .frm file in the data folder for the tables are also gone.
Looking into the error log, I discovered that someone (or something) is trying to drop the tables:
070104 12:16:02 InnoDB: Warning: MySQL is trying to drop table `table_name_here`
InnoDB: though there are still open handles to it.
InnoDB: Adding the table to the background drop queue.
070104 12:17:45 InnoDB: Database was not shut down normally!
No codes in my script tries to drop regular tables (temp tables, yes), so this made me really puzzled.
Anyone facing something similar?
Recently, the database is experiencing a lot of "disappearing tables". Tables from my own database, as well as the proc table from mysql database becomes missing. The .frm file in the data folder for the tables are also gone.
Looking into the error log, I discovered that someone (or something) is trying to drop the tables:
070104 12:16:02 InnoDB: Warning: MySQL is trying to drop table `table_name_here`
InnoDB: though there are still open handles to it.
InnoDB: Adding the table to the background drop queue.
070104 12:17:45 InnoDB: Database was not shut down normally!
No codes in my script tries to drop regular tables (temp tables, yes), so this made me really puzzled.
Anyone facing something similar?