Jon Olav Hauglid
6688a4f25c
Bug #11766788 (former bug 59986)
...
Assert in Diagnostics_area::set_ok_status() for XA COMMIT
This assert was triggered if XA COMMIT was issued when an XA transaction
already had encountered an error (e.g. a deadlock) which required
the XA transaction to be rolled back.
In general, the assert is triggered if a statement tries to send OK to
the client when an error has already been reported. It was triggered
in this case because the trans_xa_commit() function first reported an
error, then rolled back the transaction and finally returned FALSE,
indicating success. Since trans_xa_commit() reported success,
mysql_execute_command() tried to report OK, triggering the assert.
This patch fixes the problem by fixing trans_xa_commit() to return TRUE
if it encounters an error that requires rollback, even if the rollback
itself is successful.
Test case added to xa.test.
2011-02-14 14:16:31 +01:00
..
2010-08-12 19:19:57 +04:00
2011-02-02 12:54:49 +01:00
2009-10-15 17:23:43 +05:00
2010-08-16 14:50:27 +02:00
2011-01-11 10:07:37 +01:00
2011-01-03 14:08:48 +01:00
2009-09-23 23:32:31 +02:00
2010-08-18 13:29:04 +02:00
2010-08-16 14:53:30 +02:00
2010-11-16 07:45:07 -02:00
2010-03-19 11:06:40 +02:00
2010-09-02 23:37:04 +05:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-11-18 16:01:58 +01:00
2010-11-11 20:11:05 +03:00
2010-11-11 20:11:05 +03:00
2010-11-11 20:11:05 +03:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-11-19 10:41:09 +03:00
2010-03-31 16:05:33 +02:00
2010-07-15 10:47:50 -03:00
2010-03-31 16:05:33 +02:00
2010-11-11 20:11:05 +03:00
2010-11-11 20:11:05 +03:00
2010-11-22 10:13:46 +01:00
2011-02-02 16:53:56 +03:00
2010-11-19 20:15:47 +03:00
2011-02-02 12:54:49 +01:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-12-29 01:26:31 +01:00
2010-03-31 16:05:33 +02:00
2010-07-08 18:20:08 -03:00
2010-09-20 17:17:32 +03:00
2010-08-09 22:33:47 +04:00
2010-08-14 13:11:33 +04:00
2010-03-31 16:05:33 +02:00
2009-09-23 23:32:31 +02:00
2010-11-11 20:11:05 +03:00
2010-05-24 14:51:59 +02:00
2011-01-26 14:23:29 +01:00
2010-12-03 10:33:29 +01:00
2011-02-08 17:47:33 +02:00
2011-01-26 14:23:29 +01:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-07-23 17:17:55 -03:00
2010-03-31 16:05:33 +02:00
2010-05-28 19:53:26 -03:00
2010-03-31 16:05:33 +02:00
2010-07-30 16:56:57 +03:00
2011-02-08 14:59:03 +01:00
2010-12-29 01:26:31 +01:00
2010-11-26 13:44:39 +03:00
2010-03-31 16:05:33 +02:00
2011-02-08 14:59:03 +01:00
2011-01-28 13:28:15 +01:00
2010-07-23 17:13:36 -03:00
2011-02-08 17:47:33 +02:00
2010-12-14 13:46:00 +03:00
2010-03-20 23:23:42 +03:00
2011-02-10 11:18:08 +03:00
2011-02-10 11:18:08 +03:00
2011-01-12 13:15:22 +01:00
2010-12-14 13:46:00 +03:00
2011-02-02 10:18:44 +01:00
2011-02-02 10:18:44 +01:00
2011-02-10 11:18:08 +03:00
2011-02-10 11:18:08 +03:00
2010-11-11 13:31:17 +03:00
2009-09-23 23:32:31 +02:00
2011-01-12 15:58:47 +03:00
2011-02-08 14:59:03 +01:00
2010-11-11 11:08:53 +03:00
2010-03-31 16:05:33 +02:00
2010-07-08 18:20:08 -03:00
2010-03-31 16:05:33 +02:00
2010-08-09 11:32:50 +03:00
2010-11-11 20:11:05 +03:00
2010-11-11 20:11:05 +03:00
2010-07-15 10:47:50 -03:00
2010-12-29 13:22:52 +08:00
2010-12-21 18:23:20 +08:00
2011-02-08 17:47:33 +02:00
2010-12-07 16:11:13 +00:00
2009-12-11 15:51:39 +01:00
2010-11-11 20:11:05 +03:00
2010-11-22 11:50:20 +01:00
2010-12-29 01:26:31 +01:00
2010-03-31 16:05:33 +02:00
2010-12-21 13:00:26 +01:00
2011-01-14 10:05:14 +01:00
2009-09-23 23:32:31 +02:00
2011-02-04 10:59:55 +06:00
2011-01-14 14:21:46 +01:00
2011-02-08 17:47:33 +02:00
2010-07-23 17:09:27 -03:00
2009-09-23 23:32:31 +02:00
2010-12-29 01:26:31 +01:00
2010-12-17 13:52:39 +01:00
2010-12-08 14:28:06 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-10-01 15:30:16 +02:00
2010-08-30 17:33:55 +02:00
2010-08-09 11:32:50 +03:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2011-02-02 12:54:49 +01:00
2010-08-09 11:32:50 +03:00
2010-11-23 13:47:35 +03:00
2010-06-23 00:32:29 +04:00
2010-10-11 15:50:14 +01:00
2010-10-11 15:50:14 +01:00
2010-03-31 16:05:33 +02:00
2010-07-08 18:20:08 -03:00
2010-04-12 17:17:37 +04:00
2010-11-04 13:29:16 +08:00
2010-03-31 16:05:33 +02:00
2010-12-07 16:11:13 +00:00
2010-03-31 16:05:33 +02:00
2010-07-15 10:47:50 -03:00
2010-05-24 17:43:27 +01:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-12-21 18:23:20 +08:00
2010-12-21 18:23:20 +08:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-11-11 20:11:05 +03:00
2010-10-13 11:08:39 +01:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-07-15 10:47:50 -03:00
2010-05-31 12:29:54 -03:00
2010-06-15 09:44:26 +02:00
2010-10-08 14:44:57 +02:00
2011-02-02 19:05:28 +02:00
2010-12-29 01:26:31 +01:00
2010-04-13 19:04:45 +04:00
2011-01-24 11:48:54 +08:00
2010-12-07 16:11:13 +00:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-12-16 21:43:21 +03:00
2010-10-26 15:48:08 +04:00
2010-07-08 18:20:08 -03:00
2010-07-30 19:28:36 +04:00
2010-07-30 19:28:36 +04:00
2010-11-13 18:05:02 +03:00
2010-11-30 18:52:38 +01:00
2010-11-17 15:37:23 +01:00
2010-09-06 17:04:32 +02:00
2010-07-14 16:39:40 -03:00
2011-01-14 17:48:11 +02:00
2010-08-09 11:32:50 +03:00
2011-01-10 14:12:23 +01:00
2010-08-16 16:25:23 +02:00
2010-08-31 13:59:51 +04:00
2010-08-16 16:25:23 +02:00
2011-01-14 10:05:14 +01:00
2010-03-31 16:05:33 +02:00
2009-09-23 23:32:31 +02:00
2010-12-14 17:34:23 +03:00
2010-12-21 13:00:26 +01:00
2011-02-08 17:47:33 +02:00
2010-11-11 20:11:05 +03:00
2010-11-28 18:06:02 +08:00
2010-03-31 16:05:33 +02:00
2010-07-15 08:13:30 -03:00
2010-08-09 11:32:50 +03:00
2010-10-12 14:07:13 +04:00
2010-04-12 17:17:37 +04:00
2010-06-07 16:01:39 +02:00
2011-01-27 14:25:27 +01:00
2011-02-02 20:13:28 +02:00
2010-03-31 16:05:33 +02:00
2010-12-15 20:59:21 -02:00
2010-09-20 17:17:32 +03:00
2010-05-28 19:13:31 -03:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-12-08 18:47:21 +02:00
2010-07-27 16:42:36 +04:00
2010-12-10 17:32:58 +06:00
2010-07-01 15:53:46 +02:00
2010-10-04 10:25:04 +02:00
2010-06-17 17:31:51 +04:00
2010-12-16 10:55:23 +01:00
2010-12-16 10:55:23 +01:00
2010-07-27 14:25:53 +04:00
2010-03-31 16:05:33 +02:00
2010-11-12 17:20:12 +03:00
2010-11-12 15:56:21 +03:00
2010-11-11 20:11:05 +03:00
2010-11-11 20:11:05 +03:00
2010-10-20 17:02:59 -02:00
2010-03-31 16:05:33 +02:00
2010-07-01 19:48:56 +04:00
2011-01-31 13:11:05 +00:00
2010-03-31 16:05:33 +02:00
2011-01-26 15:30:06 +08:00
2011-01-26 15:30:06 +08:00
2010-03-31 16:05:33 +02:00
2010-07-15 10:47:50 -03:00
2011-02-10 11:50:53 +01:00
2010-03-31 16:05:33 +02:00
2010-07-08 18:20:08 -03:00
2010-03-31 16:05:33 +02:00
2010-07-08 18:20:08 -03:00
2010-03-31 16:05:33 +02:00
2011-01-26 15:30:06 +08:00
2010-08-31 13:59:51 +04:00
2010-12-03 10:33:29 +01:00
2010-10-06 11:34:28 -03:00
2011-01-28 13:28:15 +01:00
2010-10-01 13:22:11 +02:00
2010-06-07 17:40:52 +04:00
2010-06-07 16:01:39 +02:00
2010-12-02 08:16:26 +01:00
2010-12-21 13:00:26 +01:00
2010-12-29 01:26:31 +01:00
2009-10-22 00:02:06 +04:00
2010-12-14 13:46:00 +03:00
2010-07-08 18:20:08 -03:00
2010-07-08 18:20:08 -03:00
2010-12-07 16:11:13 +00:00
2010-12-07 16:11:13 +00:00
2010-11-11 20:11:05 +03:00
2010-03-31 16:05:33 +02:00
2011-01-31 13:11:05 +00:00
2010-03-31 16:05:33 +02:00
2011-02-08 17:47:33 +02:00
2010-12-29 01:26:31 +01:00
2010-08-12 20:44:41 +04:00
2010-03-31 16:05:33 +02:00
2011-02-08 17:47:33 +02:00
2010-10-13 12:48:08 +04:00
2010-07-30 19:28:36 +04:00
2009-09-10 03:18:29 -06:00
2010-03-31 16:05:33 +02:00
2011-01-13 09:07:21 +01:00
2011-01-13 09:07:21 +01:00
2011-01-26 14:23:29 +01:00
2010-11-22 16:08:51 +02:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-08-04 20:29:13 +04:00
2010-05-31 12:29:54 -03:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-11-11 20:11:05 +03:00
2010-09-16 11:11:13 +02:00
2010-10-29 16:10:53 +02:00
2010-10-06 11:34:28 -03:00
2010-12-01 23:15:14 +01:00
2009-09-23 23:32:31 +02:00
2010-11-10 15:48:29 +01:00
2010-03-31 16:05:33 +02:00
2010-12-29 01:26:31 +01:00
2010-10-07 12:01:51 +02:00
2011-02-08 17:47:33 +02:00
2010-05-25 17:01:38 -03:00
2011-01-10 13:43:12 +01:00
2010-03-31 16:05:33 +02:00
2010-03-31 16:05:33 +02:00
2010-08-09 11:32:50 +03:00
2010-03-31 16:05:33 +02:00
2011-02-02 20:13:28 +02:00
2010-12-21 13:00:26 +01:00
2011-01-28 13:28:15 +01:00
2010-12-29 01:26:31 +01:00
2010-06-11 17:48:24 +04:00
2010-05-28 19:13:31 -03:00
2011-02-14 14:16:31 +01:00
2009-12-03 21:37:38 +03:00
2009-09-23 23:32:31 +02:00
2010-08-15 11:56:14 +04:00
2010-03-31 16:05:33 +02:00
2010-07-29 16:32:11 +04:00
2010-07-08 18:20:08 -03:00
2010-07-08 18:20:08 -03:00
2011-02-02 12:54:49 +01:00