unknown
4b00263596
Bug#31479 Bad lock interaction if CREATE TABLE LIKE is killed
...
Kill of a CREATE TABLE source_table LIKE statement waiting for a
name-lock on the source table causes a bad lock interaction.
The mysql_create_like_table() has a bug that if the connection is
killed while waiting for the name-lock on the source table, it will
jump to the wrong error path and try to unlock the source table and
LOCK_open, but both weren't locked.
The solution is to simple return when the name lock request is killed,
it's safe to do so because no lock was acquired and no cleanup is needed.
Original bug report also contains description of other problems
related to this scenario but they either already fixed in 5.1 or
will be addressed separately (see bug report for details).
mysql-test/r/lock_multi.result:
Add test case result for Bug#31479
mysql-test/t/lock_multi.test:
Add test case for Bug#31479
sql/sql_table.cc:
Rerturn TRUE when the lock gets killed.
2007-11-28 10:18:01 -02:00
..
2007-11-12 13:00:22 +04:00
2007-01-19 23:15:59 +03:00
2007-09-20 13:54:46 +05:00
2007-05-30 09:55:38 +03:00
2007-03-29 11:20:08 +02:00
2007-06-24 19:44:54 +05:00
2007-09-22 12:17:14 +02:00
2007-05-30 17:04:04 +05:00
2007-06-06 04:42:41 +05:00
2007-10-10 16:26:02 +03:00
2007-05-17 19:38:34 +03:00
2007-07-26 20:52:53 +04:00
2007-11-12 13:13:43 +01:00
2007-06-25 22:44:22 -07:00
2007-06-19 09:56:19 +02:00
2007-05-30 10:56:18 +03:00
2007-07-09 08:11:38 +02:00
2007-05-10 18:14:04 +05:00
2007-02-20 12:48:15 +01:00
2007-11-08 06:08:44 +01:00
2007-07-19 13:51:31 +05:00
2007-04-09 17:53:10 +05:00
2007-08-29 14:50:32 -06:00
2006-11-28 15:44:11 +02:00
2007-07-13 13:56:22 +03:00
2007-10-10 20:14:29 +05:00
2007-10-25 17:23:12 -07:00
2007-08-07 05:35:20 -04:00
2007-10-04 12:09:22 +05:00
2007-09-20 13:54:46 +05:00
2007-05-24 15:35:43 +05:00
2007-07-04 16:17:40 +05:00
2006-11-20 22:42:06 +02:00
2007-10-04 12:09:22 +05:00
2007-10-04 12:09:22 +05:00
2007-10-04 12:09:22 +05:00
2006-12-22 15:30:37 +03:00
2007-07-04 12:04:57 +05:00
2007-06-07 17:55:55 +05:00
2007-09-20 13:54:46 +05:00
2007-10-04 12:09:22 +05:00
2007-06-22 17:28:26 +05:00
2006-11-28 16:26:15 +04:00
2007-10-31 12:31:36 +01:00
2007-10-15 18:40:58 +05:00
2007-09-22 11:49:27 +04:00
2007-09-20 13:54:46 +05:00
2007-03-20 17:53:55 +04:00
2007-10-22 16:10:08 +04:00
2007-10-18 15:19:04 +03:00
2007-08-27 17:33:41 +02:00
2007-02-14 22:06:41 -08:00
2007-06-07 00:59:08 -07:00
2007-06-18 16:35:01 +03:00
2007-03-10 00:29:02 +03:00
2007-07-23 23:35:43 -07:00
2007-06-28 16:03:01 -07:00
2007-08-08 11:34:35 +04:00
2006-11-29 12:04:29 +01:00
2007-03-23 12:35:30 +01:00
2007-01-03 03:35:57 +04:00
2006-12-08 15:22:46 +04:00
2007-11-22 10:18:19 -02:00
2007-07-06 11:35:10 -07:00
2007-07-06 11:35:10 -07:00
2007-04-02 17:26:39 +05:00
2007-11-02 12:58:20 +04:00
2007-05-30 00:33:12 +04:00
2007-03-10 00:29:02 +03:00
2007-10-29 14:53:10 +04:00
2007-11-01 18:36:24 +02:00
2007-02-12 13:59:29 -07:00
2007-06-09 17:13:33 +05:00
2007-10-01 12:51:59 +03:00
2007-10-09 11:36:05 +02:00
2007-10-11 11:29:26 +03:00
2007-10-23 18:51:43 +05:00
2007-11-05 18:23:55 +04:00
2007-03-10 00:29:02 +03:00
2007-10-09 14:58:09 +02:00
2007-10-10 16:26:02 +03:00
2007-10-10 16:26:02 +03:00
2007-09-27 12:15:19 +03:00
2007-09-20 18:10:35 +02:00
2007-09-20 18:10:35 +02:00
2007-11-09 19:12:12 +03:00
2007-06-23 23:33:55 -07:00
2007-08-27 10:37:12 -03:00
2007-07-23 23:35:43 -07:00
2007-06-07 20:25:22 +02:00
2006-11-13 16:55:05 +01:00
2007-03-05 10:03:42 +01:00
2007-07-21 12:34:18 -07:00
2007-10-19 13:04:30 -07:00
2007-05-31 14:54:44 +04:00
2007-04-29 05:06:14 +05:00
2007-03-20 19:52:40 +01:00
2007-02-23 21:13:21 +03:00
2006-11-23 22:55:36 +03:00
2006-12-26 17:47:30 +04:00
2007-07-14 22:02:10 +04:00
2007-10-26 09:01:29 +02:00
2007-10-29 14:45:35 +04:00
2006-11-15 10:23:27 +01:00
2007-02-19 14:57:54 +01:00
2007-10-10 16:26:02 +03:00
2007-10-04 14:22:35 +04:00
2006-12-19 16:57:51 -07:00
2007-07-30 17:14:34 +04:00
2007-08-27 10:13:54 -03:00
2007-02-15 15:39:03 +01:00
2007-02-19 13:57:06 +03:00
2007-07-18 16:22:05 +04:00
2006-11-13 20:06:45 +04:00
2007-09-21 12:09:00 +04:00
2007-06-12 01:41:23 +04:00
2007-05-30 17:04:04 +05:00
2007-07-11 18:45:35 -07:00
2007-05-26 10:33:01 -07:00
2007-05-04 16:47:58 +03:00
2007-06-06 04:42:41 +05:00
2007-09-20 13:54:46 +05:00
2007-02-07 14:22:19 -08:00
2007-06-21 21:39:52 -04:00
2007-05-18 12:08:07 +05:00
2007-07-06 03:43:23 +05:00
2007-11-28 10:18:01 -02:00
2007-06-06 04:42:41 +05:00
2007-06-11 23:06:20 +04:00
2007-04-30 23:16:46 +02:00
2006-11-14 19:45:52 +01:00
2007-04-30 23:16:46 +02:00
2007-11-13 11:39:52 +02:00
2007-10-09 13:10:51 +02:00
2007-06-20 14:21:48 +05:00
2007-07-30 18:27:36 +03:00
2007-06-01 11:14:04 +03:00
2007-11-06 13:41:32 +01:00
2007-11-02 13:40:34 +03:00
2007-05-19 18:15:08 +02:00
2007-09-20 13:54:46 +05:00
2006-11-10 13:25:10 +01:00
2007-03-22 20:55:59 +02:00
2007-02-19 13:57:06 +03:00
2007-08-01 15:27:03 +05:00
2006-12-15 00:51:37 +02:00
2007-08-31 16:59:07 +05:00
2007-07-25 19:46:50 +04:00
2007-10-03 11:36:42 +05:00
2007-08-13 15:46:11 +02:00
2007-09-24 12:42:44 +02:00
2007-04-03 18:44:29 +08:00
2007-06-14 18:40:32 +02:00
2007-05-28 13:23:11 +02:00
2007-03-21 09:13:05 +01:00
2007-08-14 15:07:17 +10:00
2007-10-04 11:32:49 +02:00
2007-03-29 11:20:08 +02:00
2007-01-08 13:53:37 +01:00
2006-12-07 15:51:16 +01:00
2007-05-09 14:14:27 +02:00
2007-02-21 19:38:40 +02:00
2007-08-13 15:59:08 +02:00
2007-08-07 18:07:57 +00:00
2007-03-08 15:37:53 +07:00
2007-06-17 22:04:01 +02:00
2007-04-16 14:07:31 +02:00
2007-01-12 23:22:41 +03:00
2007-04-04 12:50:39 +02:00
2007-01-18 13:26:48 -07:00
2007-10-02 13:36:13 +02:00
2007-05-30 17:04:04 +05:00
2007-10-10 20:14:29 +05:00
2007-10-01 20:03:50 +00:00
2007-07-25 19:46:50 +04:00
2007-04-03 22:24:57 -07:00
2007-10-23 16:16:59 +05:00
2007-05-04 14:41:58 +05:00
2007-08-28 11:16:03 -06:00
2007-06-06 04:42:41 +05:00
2007-09-20 13:54:46 +05:00
2007-10-18 15:19:04 +03:00
2007-10-18 15:19:04 +03:00
2007-10-18 15:19:04 +03:00
2007-10-18 15:19:04 +03:00
2007-10-18 15:19:04 +03:00
2007-10-18 15:19:04 +03:00
2007-06-07 12:07:41 +05:00
2007-08-21 13:43:09 +02:00
2007-08-21 17:47:06 +02:00
2007-03-31 00:48:31 +04:00
2006-11-20 17:35:23 +03:00
2006-11-10 15:05:38 +03:00
2007-10-17 10:32:05 +04:00
2007-04-20 15:31:33 +05:00
2006-11-27 19:56:04 +01:00
2007-06-20 13:15:46 +03:00
2006-11-28 16:26:15 +04:00
2007-04-20 14:08:12 +02:00
2007-04-12 14:00:45 +02:00
2006-11-28 20:59:57 +01:00
2006-11-30 11:08:23 +04:00
2006-11-15 10:23:27 +01:00
2007-06-06 04:42:41 +05:00
2007-10-10 12:21:11 +05:00
2007-06-21 16:55:52 +02:00
2006-11-15 10:23:27 +01:00
2007-03-29 14:21:45 +02:00
2006-11-15 10:23:27 +01:00
2007-07-26 16:59:21 +03:00
2007-02-08 15:53:14 +01:00
2007-02-08 15:53:14 +01:00
2007-03-01 11:52:25 +04:00
2007-06-01 18:04:25 +04:00
2006-12-07 09:31:53 +04:00
2007-06-15 16:09:28 +05:00
2006-11-15 10:23:27 +01:00
2007-07-09 13:18:27 -06:00
2007-03-16 17:25:20 +03:00
2007-02-26 15:25:43 +04:00
2007-07-05 13:09:56 +05:00
2007-07-27 18:42:25 +05:00
2007-06-22 09:28:38 +05:00
2007-01-08 22:01:06 +01:00
2007-06-15 16:09:28 +05:00
2007-02-26 09:16:22 +01:00
2007-08-06 04:57:28 -07:00
2006-11-13 15:40:22 -07:00
2007-05-24 15:35:43 +05:00
2006-11-15 10:23:27 +01:00
2007-05-31 17:30:56 +05:00
2007-11-14 17:26:22 +04:00
2007-09-24 12:42:44 +02:00
2007-09-20 13:54:46 +05:00
2007-11-09 13:29:43 +03:00
2006-12-11 16:59:02 -07:00
2007-06-07 19:18:01 +02:00
2007-06-07 19:18:01 +02:00
2007-05-07 10:23:10 +02:00
2007-06-22 11:55:48 +02:00
2007-10-15 19:15:38 -06:00
2007-07-27 16:56:29 +02:00
2007-03-23 14:12:11 +03:00
2007-02-19 13:57:06 +03:00
2007-05-16 14:25:38 +02:00
2007-10-16 11:16:31 -06:00
2007-07-17 14:43:56 -04:00
2007-01-29 19:09:30 +01:00
2007-07-12 22:06:33 -04:00
2007-08-28 18:51:03 +03:00
2007-05-30 17:04:04 +05:00
2007-01-12 23:22:41 +03:00
2007-05-21 10:21:55 +03:00
2007-06-06 18:55:21 +05:00
2007-11-10 23:44:48 +04:00
2007-11-12 21:54:04 +04:00
2007-03-22 10:56:47 +01:00
2007-07-12 22:26:41 +04:00
2007-07-18 14:42:06 +04:00
2007-04-17 12:32:01 +02:00
2007-01-09 22:35:30 +03:00
2007-01-18 15:28:45 +04:00
2007-09-14 14:53:13 +04:00
2007-03-01 18:12:56 +01:00
2007-10-22 19:32:18 +03:00
2007-10-23 18:51:43 +05:00
2007-10-29 15:39:56 +04:00
2007-09-20 13:54:46 +05:00
2007-10-15 09:22:11 +02:00
2007-07-07 15:45:28 -07:00
2007-09-20 13:54:46 +05:00
2007-04-02 15:01:19 +05:00
2007-07-15 21:51:36 +04:00
2006-12-04 14:29:51 +02:00
2007-03-29 09:08:30 +05:00
2007-10-17 17:54:11 -04:00
2007-03-22 14:58:43 +01:00
2007-04-23 18:22:33 +04:00
2006-11-28 16:26:15 +04:00
2007-06-03 15:56:48 +04:00
2007-03-10 00:29:02 +03:00
2007-04-12 18:03:26 -04:00
2007-10-29 10:25:48 +03:00
2007-09-29 01:07:29 +00:00
2007-10-10 12:16:13 +05:00
2007-01-10 16:55:53 +02:00
2007-05-30 17:04:04 +05:00
2007-04-23 17:15:51 +03:00