Mysql: client is using or hasn't closed the table properly
Posted: 20.03.2006, 19:33
Hi.
I created an application that realize an insert in a table in MySQL 4.0. I realized the insert using method ExecSQL
of TZQuery zeosdbo and after that I disconnect from the database using TZConnection.Disconnect.
But executing the command myisamchk it warns about tables closed incorrectly
# myisamchk -s *.MYI
myisamchk: MyISAM file pruebaDesconexion.MYI
myisamchk: warning: 1 client is using or hasn't closed the table properly
NOTES: I use Delphi 5 with zeosdbo 6.1.5 and libmysql40.dll.
I created an application that realize an insert in a table in MySQL 4.0. I realized the insert using method ExecSQL
of TZQuery zeosdbo and after that I disconnect from the database using TZConnection.Disconnect.
But executing the command myisamchk it warns about tables closed incorrectly
# myisamchk -s *.MYI
myisamchk: MyISAM file pruebaDesconexion.MYI
myisamchk: warning: 1 client is using or hasn't closed the table properly
NOTES: I use Delphi 5 with zeosdbo 6.1.5 and libmysql40.dll.