Bug #43696 | Innodb different from other engines on delete time data type | ||
---|---|---|---|
Submitted: | 17 Mar 2009 10:38 | Modified: | 17 Mar 2009 11:03 |
Reporter: | Nidhi Shrotriya | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S3 (Non-critical) |
Version: | 6.0.11, 5.0, 5.1 bzr | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[17 Mar 2009 10:38]
Nidhi Shrotriya
[17 Mar 2009 10:39]
Nidhi Shrotriya
Test Case
Attachment: delete_time_bug_innodb.test (application/octet-stream, text), 1.15 KiB.
[17 Mar 2009 10:57]
Sveta Smirnova
Thank you for the report. Verified as described.
[17 Mar 2009 11:03]
Sveta Smirnova
I am sorry : I was hurry. You use LIMIT without ORDER BY in the DELETE statement, so it is expected what any 2 rows would be deleted, because different storage engine can internally sort rows in any way. So this is not a bug.
[17 Mar 2009 11:12]
Nidhi Shrotriya
You're right, Thanks!