Dmitry Lenev
22bc48b280
Fix for bug #51134 "Crash in MDL_lock::destroy on a concurrent
...
DDL workload".
When a RENAME TABLE or LOCK TABLE ... WRITE statement which
mentioned the same table several times were aborted during
the process of acquring metadata locks (due to deadlock
which was discovered or because of KILL statement) server
might have crashed.
When attempt to acquire all locks requested had failed we
went through the list of requests and released locks which
we have managed to acquire by that moment one by one. Since
in the scenario described above list of requests contained
duplicates this led to releasing the same ticket twice and
a crash as result.
This patch solves the problem by employing different approach
to releasing locks in case of failure to acquire all locks
requested.
Now we take a MDL savepoint before starting acquiring locks
and simply rollback to it if things go bad.
2010-02-15 13:23:34 +03:00
..
2009-06-17 15:54:01 +02:00
2010-02-06 13:28:06 +03:00
2009-10-15 17:23:43 +05:00
2010-01-06 22:42:07 -07:00
2009-11-25 13:53:23 +03:00
2010-02-06 13:28:06 +03:00
2009-09-23 23:32:31 +02:00
2009-12-22 10:35:56 +01:00
2009-09-29 17:38:40 +02:00
2010-01-06 22:42:07 -07:00
2010-01-06 22:42:07 -07:00
2010-01-06 22:42:07 -07:00
2010-01-24 00:09:23 +03:00
2008-05-09 09:43:02 +02:00
2010-02-06 13:28:06 +03:00
2009-02-13 11:41:47 -05:00
2008-11-10 21:21:49 +01:00
2010-01-19 17:30:55 +04:00
2010-01-06 22:42:07 -07:00
2010-02-03 19:21:17 +03:00
2010-01-06 22:42:07 -07:00
2010-02-06 13:28:06 +03:00
2010-01-06 22:42:07 -07:00
2009-06-17 15:54:01 +02:00
2010-01-19 19:36:14 +03:00
2010-02-06 13:28:06 +03:00
2010-01-31 01:06:50 +03:00
2009-02-13 11:41:47 -05:00
2009-06-09 18:11:21 +02:00
2009-09-23 23:32:31 +02:00
2010-02-05 01:08:08 +03:00
2010-01-06 22:42:07 -07:00
2008-03-29 09:52:16 +02:00
2009-09-23 23:32:31 +02:00
2009-09-23 23:32:31 +02:00
2010-02-06 13:28:06 +03:00
2010-01-06 22:42:07 -07:00
2010-02-06 13:28:06 +03:00
2010-02-06 13:28:06 +03:00
2010-02-05 01:08:08 +03:00
2010-02-04 00:48:40 +03:00
2010-01-06 22:42:07 -07:00
2010-01-06 22:42:07 -07:00
2009-11-24 16:54:59 +03:00
2010-01-13 12:28:42 +02:00
2010-01-13 12:28:42 +02:00
2010-01-19 19:36:14 +03:00
2010-01-19 19:36:14 +03:00
2009-12-25 13:56:50 +03:00
2009-11-24 18:26:13 +03:00
2009-09-23 23:32:31 +02:00
2008-02-22 13:30:33 +03:00
2009-09-23 23:32:31 +02:00
2010-01-31 01:06:50 +03:00
2010-01-31 01:06:50 +03:00
2009-12-11 12:39:38 +03:00
2009-12-17 00:09:52 +00:00
2010-01-04 10:39:42 +01:00
2009-12-17 00:09:52 +00:00
2009-12-16 21:02:21 +03:00
2009-12-22 10:35:56 +01:00
2009-11-06 22:34:25 +03:00
2009-09-23 23:32:31 +02:00
2010-01-27 22:15:32 +03:00
2010-01-19 19:36:14 +03:00
2009-10-15 17:23:43 +05:00
2009-12-22 10:35:56 +01:00
2009-12-22 10:35:56 +01:00
2010-02-05 01:08:08 +03:00
2010-02-11 11:23:39 +01:00
2010-02-05 01:08:08 +03:00
2010-02-06 13:28:06 +03:00
2010-01-31 01:06:50 +03:00
2010-02-06 13:28:06 +03:00
2010-02-02 10:56:42 +03:00
2010-02-06 13:28:06 +03:00
2010-02-15 13:23:34 +03:00
2010-02-11 11:23:39 +01:00
2009-09-23 23:32:31 +02:00
2008-10-23 15:28:53 +02:00
2008-10-23 15:28:53 +02:00
2008-10-23 15:28:53 +02:00
2009-09-10 03:18:29 -06:00
2009-11-02 09:21:39 -02:00
2010-02-12 10:05:43 +03:00
2009-10-06 13:04:51 +02:00
2009-09-23 23:32:31 +02:00
2010-02-06 13:28:06 +03:00
2009-11-12 12:17:31 +01:00
2008-11-22 01:10:38 +01:00
2009-09-23 23:32:31 +02:00
2009-12-22 10:35:56 +01:00
2009-11-24 16:54:59 +03:00
2009-11-10 18:31:28 -02:00
2010-01-06 22:42:07 -07:00
2009-04-13 18:09:10 +05:00
2009-10-28 18:32:48 +01:00
2009-12-17 18:39:10 +01:00
2009-12-17 18:39:10 +01:00
2009-06-01 16:00:38 +04:00
2009-10-28 10:55:44 +03:00
2009-12-15 23:47:04 +01:00
2009-10-28 10:55:44 +03:00
2010-01-06 11:54:45 +01:00
2009-11-06 19:13:33 +03:00
2010-01-22 14:58:21 +04:00
2010-01-06 22:42:07 -07:00
2009-12-09 20:19:51 -07:00
2008-12-29 17:04:10 +01:00
2009-10-14 20:37:38 +04:00
2009-12-05 10:28:53 +08:00
2009-09-26 12:49:49 +08:00
2010-02-06 13:28:06 +03:00
2009-10-14 15:14:58 +04:00
2010-01-06 22:42:07 -07:00
2010-01-06 22:42:07 -07:00
2010-01-31 00:26:38 +03:00
2009-10-22 01:15:45 +01:00
2010-01-06 22:42:07 -07:00
2010-01-06 22:42:07 -07:00
2010-02-03 16:43:03 +03:00
2010-02-05 01:08:08 +03:00
2009-12-11 12:39:38 +03:00
2009-10-14 20:37:38 +04:00
2010-01-13 13:37:01 +01:00
2010-01-05 14:25:29 +08:00
2010-01-11 18:47:27 -07:00
2009-09-23 23:32:31 +02:00
2010-02-03 16:43:03 +03:00
2010-01-07 15:39:11 +00:00
2010-02-05 01:08:08 +03:00
2010-01-11 18:47:27 -07:00
2010-02-02 02:22:16 +03:00
2009-12-29 15:19:05 +03:00
2010-02-06 13:28:06 +03:00
2010-02-05 01:08:08 +03:00
2009-11-24 16:54:59 +03:00
2009-12-18 16:44:24 -02:00
2009-12-11 12:39:38 +03:00
2009-09-10 03:18:29 -06:00
2010-02-06 13:28:06 +03:00
2010-02-04 00:48:40 +03:00
2009-12-22 19:23:13 +03:00
2009-06-17 16:56:44 +02:00
2010-02-06 13:28:06 +03:00
2010-01-06 22:42:07 -07:00
2009-06-17 16:56:44 +02:00
2009-09-23 23:32:31 +02:00
2009-09-23 23:32:31 +02:00
2010-01-19 17:30:55 +04:00
2009-12-16 15:56:36 +04:00
2010-02-11 11:23:39 +01:00
2009-11-30 18:55:03 +03:00
2008-01-29 14:14:34 +03:00
2009-12-22 10:35:56 +01:00
2010-02-03 16:43:03 +03:00
2010-01-06 22:42:07 -07:00
2010-02-12 10:05:43 +03:00
2010-02-12 10:05:43 +03:00
2010-01-25 19:48:45 +03:00
2009-12-04 13:36:58 -02:00
2009-12-11 19:40:58 +03:00
2010-02-03 03:06:42 +03:00
2010-02-06 13:28:06 +03:00
2010-02-11 11:23:39 +01:00
2009-12-22 10:35:56 +01:00
2009-12-03 21:37:38 +03:00
2009-10-23 15:22:21 +04:00
2009-10-15 17:23:43 +05:00
2010-02-12 10:05:43 +03:00
2010-01-21 23:43:03 +03:00
2010-02-11 11:23:39 +01:00
2010-01-07 15:39:11 +00:00
2010-02-05 01:08:08 +03:00
2009-10-22 00:02:06 +04:00
2010-01-12 12:32:55 +01:00
2010-02-06 13:28:06 +03:00
2009-11-06 12:52:45 +03:00
2010-01-06 22:42:07 -07:00
2010-01-06 22:42:07 -07:00
2009-09-23 23:32:31 +02:00
2010-02-12 10:05:43 +03:00
2010-02-06 13:28:06 +03:00
2009-12-16 16:47:07 +03:00
2010-01-21 23:43:03 +03:00
2009-11-02 21:05:42 +01:00
2010-02-06 13:28:06 +03:00
2010-01-06 22:42:07 -07:00
2010-02-06 13:28:06 +03:00
2009-10-22 00:02:06 +04:00
2010-02-03 03:06:42 +03:00
2009-12-03 00:24:10 +03:00
2010-02-04 23:15:47 +03:00
2010-02-04 23:15:47 +03:00
2009-09-23 23:32:31 +02:00
2010-02-06 13:28:06 +03:00
2010-01-27 22:15:32 +03:00
2010-02-06 13:28:06 +03:00
2009-09-23 23:32:31 +02:00
2010-02-11 11:23:39 +01:00
2008-11-10 21:21:49 +01:00
2009-09-10 03:18:29 -06:00
2009-09-10 03:18:29 -06:00
2009-09-23 23:32:31 +02:00
2009-12-22 19:23:13 +03:00
2009-11-11 21:19:41 +01:00
2010-02-11 11:23:39 +01:00
2010-02-04 23:15:47 +03:00
2010-02-06 13:28:06 +03:00
2010-02-04 23:15:47 +03:00
2009-12-08 17:13:12 +03:00
2010-02-06 13:28:06 +03:00
2009-09-23 23:32:31 +02:00
2010-01-19 19:36:14 +03:00
2010-02-08 23:19:55 +03:00
2010-02-08 23:19:55 +03:00
2009-09-23 23:32:31 +02:00
2010-02-05 01:08:08 +03:00
2009-12-22 10:35:56 +01:00
2009-12-22 10:35:56 +01:00
2010-01-06 22:42:07 -07:00
2010-02-11 11:23:39 +01:00
2010-01-06 22:42:07 -07:00
2010-02-06 13:28:06 +03:00
2010-02-03 16:43:03 +03:00
2009-09-10 03:18:29 -06:00
2009-11-06 17:20:27 +03:00
2010-02-03 03:06:42 +03:00
2009-12-03 21:37:38 +03:00
2009-09-23 23:32:31 +02:00
2010-02-03 16:43:03 +03:00
2009-09-23 23:32:31 +02:00
2009-11-24 16:54:59 +03:00
2009-11-24 16:54:59 +03:00
2010-01-06 22:42:07 -07:00
2010-01-15 15:42:15 +04:00