Hi all,

I have a Java application that fills a MyISAM table with a batched statement. Sometimes the statement does not stop, and it is not possible to kill the statement. Killing the application does not work, and also killing the statement with MySQL-Administrator does not help. The only thing I can do is restarting the MySQL server.

Does anybody had similar problems? I'm running MySQL 5.0.24a on Debian Linux with Kernel 2.6.13. I use Java 1.5.0_07 with MySQL Connector 5.0.3. In the connection URL I use the parameters:

cachePrepStmts=true&rewriteBatchedStatements=true

Could this be a problem with rewriteBatchedStatements? Any ideas?

Thanks,
Andreas

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to