Bug #49797 | deleteRow() does not work | ||
---|---|---|---|
Submitted: | 18 Dec 2009 8:55 | Modified: | 23 Dec 2009 7:24 |
Reporter: | emma law | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | Connector / J | Severity: | S1 (Critical) |
Version: | 5.1.10 | OS: | Linux |
Assigned to: | CPU Architecture: | Any | |
Tags: | deleteRow |
[18 Dec 2009 8:55]
emma law
[18 Dec 2009 10:16]
Tonci Grgin
Hi Emma and thanks for your report. Could it be due to fact that your table is empty or you haven't posted all of DDL/DML statements?
[18 Dec 2009 10:34]
emma law
I have added data into the table INSERT INTO `testtable` VALUES (1,'1'),(2,'2'),(3,'3'); After executing the code, I checked the table and found that all data is still here. mysql> select * from testtable ; +----+------+ | Id | abc | +----+------+ | 1 | 1 | | 2 | 2 | | 3 | 3 | +----+------+
[21 Dec 2009 20:16]
Mark Matthews
There are related fixes for 5.1.11 in the patch for BUG#49745, with those fixes I'm not able to reproduce this bug. Feel free to re-open this bug if the latest nightly snapshot for 5.1 (from http://downloads.mysql.com/snapshots.php) doesn't solve this problem for you. I've went ahead and added a testcase to the regression suite to make sure we don't go backwards for your use case, in any case.
[22 Dec 2009 7:55]
Tonci Grgin
Thanks Mark.
[23 Dec 2009 7:28]
Tonci Grgin
Emma, can you please remove private flag from your last comment? Now, there is always a fresh snapshot of c/J available on snapshots page. Being that c/J has fairly complete test suite, any patch that passes it is likely to make it to final release too. So, please use snapshot for now as we haven't set new version release date yet.