Bug #46004 | Crash in row_sel_field_store_in_mysql_format on a SELECT + LIMIT | ||
---|---|---|---|
Submitted: | 7 Jul 2009 12:33 | Modified: | 27 Sep 2010 11:16 |
Reporter: | Philip Stoev | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S2 (Serious) |
Version: | 5.1 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[7 Jul 2009 12:33]
Philip Stoev
[7 Jul 2009 12:40]
Philip Stoev
Vardir: http://mysql-systemqa.s3.amazonaws.com/var-bug46004.zip
[8 Jul 2009 14:57]
Mikhail Izioumtchenko
Can we have exact MySQL version, my.cnf contents and could you run CHECK TABLE on the tables in the dataset to see if it's generally corrupted?
[8 Jul 2009 15:06]
Philip Stoev
Hello, sorry for the missing information. The server is a debug build from the 5.1-bugteam tree. The server was started with MTR_VERSION=1 perl mysql-test-run.pl --start-and-exit , and does not make use of any my.cnf files. With respect to the data corruption, I did not do anything that would cause that. Would you agree that a crash would be a valid bug regardless of whether the database was corrupted or not?
[8 Jul 2009 17:06]
Mikhail Izioumtchenko
regarding the bugteam tree where you reproduce the bug, could you enlighten me as to its contents? If it's identical to MySQL 5.1.x or to any recent bzr version (= 5.1.37) it's one thing. If it's one of the above + some not yet published bug fixes, it's a different thing. We can only look at problems with published versions, not team trees. Regarding the corruption, if the dataset is not corrupted then we already have a the testcase. If it is corrupted, we'd be interested how it got corrupted, not how we fail when the dataset is corrupted. The testcase would then be whatever way you created the corrupted dataset. So I wonder if you could reproduce this on an official source. as for the configuration parameters as there's no 100% guarantee your way of starting mysqld results in the same configuration version to version, could you attach for the reference the output of 'mysqladmin variables'?
[9 Jul 2009 8:00]
Philip Stoev
Not repeatable with mysql-5.1 and with 5.1.36. Appears to be a false alarm of some sort. Thank you and apologies.
[27 Sep 2010 11:16]
MySQL Verification Team
probably a duplicate of bug #44810