unknown
01c9fd31d7
Bug #20195 : INSERT DELAYED with auto_increment is assigned wrong values
...
The INSERT DELAYED should not maintain its own private auto-increment
counter, because this is assuming that other threads cannot insert
into the table while the INSERT DELAYED thread is inserting, which is
a wrong assumption.
So the start of processing of a batch of INSERT rows in the
INSERT DELAYED thread must be treated as a start of a new statement
and cached next_insert_id must be cleared.
mysql-test/r/delayed.result:
test suite for the bug
mysql-test/t/delayed.test:
test suite for the bug
sql/sql_insert.cc:
Reset auto-increment cacheing before processing
the next batch of inserts in the handler thread
2006-06-13 18:18:32 +03:00
..
2005-11-26 08:54:13 +01:00
2006-05-15 00:51:12 +04:00
2005-09-30 14:03:55 +02:00
2006-05-10 23:16:30 +04:00
2006-05-24 11:56:59 +03:00
2006-05-24 11:56:59 +03:00
2005-10-14 00:04:52 +03:00
2005-05-19 18:56:01 +05:00
2005-06-13 12:41:15 +02:00
2006-04-20 18:23:04 -07:00
2006-04-20 18:23:04 -07:00
2006-01-16 12:17:30 +01:00
2005-11-03 22:42:25 +02:00
2006-05-09 13:31:46 -07:00
2005-08-26 15:56:52 +03:00
2006-02-28 11:17:40 +01:00
2006-02-28 11:17:40 +01:00
2006-03-30 17:14:55 +04:00
2006-02-02 18:17:18 +03:00
2006-05-15 18:02:21 +04:00
2006-04-13 17:22:56 +09:30
2006-04-12 22:05:23 +05:00
2005-07-19 22:21:12 +04:00
2006-05-09 13:31:46 -07:00
2005-07-19 22:21:12 +04:00
2006-05-25 18:00:55 +02:00
2006-03-23 09:48:46 +01:00
2006-04-13 17:22:56 +09:30
2006-05-09 13:34:31 -07:00
2005-06-05 19:38:52 +02:00
2005-05-27 14:15:08 +02:00
2006-03-03 15:32:00 +04:00
2005-08-12 13:54:42 +03:00
2005-07-25 12:57:23 -07:00
2006-05-30 23:05:34 +04:00
2006-04-26 01:21:33 +04:00
2006-04-12 19:31:00 +04:00
2005-08-25 17:34:34 +04:00
2006-05-18 00:55:28 +04:00
2006-05-15 19:57:10 +02:00
2005-10-31 11:54:36 +02:00
2005-05-09 11:26:48 +02:00
2006-04-12 18:30:54 +04:00
2006-04-12 18:30:54 +04:00
2006-05-12 10:27:20 +02:00
2006-05-18 10:34:01 -07:00
2006-05-25 10:39:18 +03:00
2006-05-11 15:30:54 +03:00
2006-04-20 00:42:12 -07:00
2006-04-20 00:42:12 -07:00
2006-05-24 11:56:59 +03:00
2006-04-17 15:01:55 +05:00
2005-06-07 00:31:53 +03:00
2005-11-20 20:47:07 +02:00
2006-05-18 11:30:42 -07:00
2006-05-25 10:45:00 +03:00
2006-04-04 17:54:58 -07:00
2006-04-18 11:07:34 +02:00
2006-05-24 17:21:35 +03:00
2006-03-21 14:35:49 +01:00
2006-02-25 17:46:30 +02:00
2006-03-31 11:48:08 +02:00
2006-03-10 12:12:08 +01:00
2005-10-15 21:57:32 +05:00
2005-10-15 21:57:32 +05:00
2006-05-26 11:51:30 +03:00
2006-05-26 15:00:09 -04:00
2006-03-02 10:55:55 +01:00
2006-06-02 15:35:40 +03:00
2006-01-03 17:54:54 +01:00
2006-04-06 21:42:03 +04:00
2006-03-28 01:01:51 +04:00
2006-03-28 01:01:51 +04:00
2006-01-11 17:49:56 +03:00
2005-06-07 00:31:53 +03:00
2005-05-09 11:26:48 +02:00
2006-02-24 18:34:15 +02:00
2006-02-24 18:34:15 +02:00
2005-10-27 23:43:20 +03:00
2006-04-21 18:26:39 -07:00
2005-10-08 16:39:55 +02:00
2006-05-08 16:38:45 -07:00
2006-05-08 16:38:45 -07:00
2006-05-23 20:16:57 +02:00
2006-01-03 17:54:54 +01:00
2005-10-06 17:37:24 -07:00
2005-08-10 21:17:02 +00:00
2006-05-23 15:01:05 -04:00
2006-05-15 12:01:55 +02:00
2006-04-18 11:07:34 +02:00
2006-04-18 11:07:34 +02:00
2006-05-15 12:01:55 +02:00
2006-05-15 12:01:55 +02:00
2006-05-04 15:30:38 +03:00
2006-01-26 13:29:46 +01:00
2005-11-21 21:15:48 +02:00
2006-02-25 17:46:30 +02:00
2006-05-26 11:57:56 +03:00
2006-05-06 11:25:59 +04:00
2006-03-09 10:09:52 -08:00
2005-05-26 21:01:55 +02:00
2005-08-25 17:34:34 +04:00
2006-06-08 13:34:03 +03:00
2005-07-19 14:13:56 +02:00
2006-04-07 23:58:17 +04:00
2006-02-25 17:46:30 +02:00
2006-05-15 12:01:55 +02:00
2006-04-13 17:22:56 +09:30
2005-06-05 19:38:52 +02:00
2005-05-26 12:09:14 +02:00
2006-04-07 23:58:17 +04:00
2005-09-22 02:11:21 +04:00
2006-03-01 17:43:55 +03:00
2006-05-26 11:47:53 +03:00
2005-10-28 00:18:23 +03:00
2005-07-01 07:05:42 +03:00
2006-03-16 12:06:39 +01:00
2005-04-01 15:04:50 +03:00
2006-01-16 23:15:00 +02:00
2006-01-03 17:54:54 +01:00
2006-06-13 18:18:32 +03:00
2006-05-07 16:14:43 -07:00
2006-05-06 23:48:13 -07:00
2005-06-05 19:38:52 +02:00
2005-11-28 21:57:50 +02:00
2006-05-26 11:47:53 +03:00
2005-10-12 00:59:52 +03:00
2005-06-22 14:08:28 +05:00
2005-05-26 12:09:14 +02:00
2005-08-12 17:57:19 +03:00
2006-05-29 00:32:59 +04:00
2006-05-07 16:14:43 -07:00
2006-02-24 23:50:36 +03:00
2006-04-13 17:22:56 +09:30
2006-05-26 11:51:30 +03:00
2006-02-27 20:00:03 +03:00
2006-05-23 12:45:25 +05:00
2006-03-23 12:41:28 +04:00
2005-12-14 01:21:56 +02:00
2006-05-24 15:13:49 +05:00
2006-05-03 21:35:27 -07:00
2006-03-28 01:01:51 +04:00
2006-02-26 16:38:48 +03:00
2006-03-20 21:35:05 +01:00
2005-07-01 07:05:42 +03:00
2006-04-21 08:19:38 -07:00
2006-05-26 11:47:53 +03:00
2006-05-04 22:19:31 +03:00
2005-11-03 16:43:05 +02:00
2006-05-15 00:51:12 +04:00
2005-04-20 20:38:57 +02:00
2005-04-20 20:38:57 +02:00
2005-11-20 20:47:07 +02:00
2006-05-26 11:57:56 +03:00
2006-05-10 17:40:20 +04:00
2005-07-31 12:49:55 +03:00
2006-04-24 18:57:00 +04:00
2006-04-24 18:57:00 +04:00
2006-04-28 11:37:20 +02:00
2006-01-03 17:54:54 +01:00
2005-11-03 14:20:13 +03:00
2006-04-12 23:05:38 +04:00