Connection lost during DELETE

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
lsc82

Connection lost during DELETE

Post by lsc82 » Thu 23 Dec 2004 09:43

I've D5, MyDac 3.1.13, MySQL 4.0.20a

1 TForm
1 TMyConnection
1 TMyCommand (or TMyQuery)
1 large table in InnoDB

if I execute "DELETE FROM TABLENAME" or "ALTER TABLE ..." after a while the application says "Connection Lost during query".. apparently it runs timeout.

Thanks

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Re: Connection lost during DELETE

Post by Ikar » Thu 23 Dec 2004 10:01

Thank you for information.
It's known problem and we've already fixed it.
This fix will be available in about two days.

Post Reply