1
0
mirror of https://github.com/MariaDB/server.git synced 2025-10-22 19:52:58 +03:00
Files
mariadb/mysql-test/r
Jon Olav Hauglid cf8df9ca44 Bug #47459 Assertion in Diagnostics_area::set_eof_status on OPTIMIZE TABLE
This assertion could be triggered during execution of OPTIMIZE TABLE for
InnoDB tables. As part of optimize for InnoDB tables, the table is recreated
and then opened again. If the reopen failed for any reason, the assertion
would be triggered. This could for example be caused by a concurrent DROP
TABLE executed by a different connection. The reason for the assertion was
that any failures during reopening were ignored.

This patch fixes the problem by making sure that the result of reopening the
table is checked and that any error messages are sent to the client.

Test case added to innodb_mysql_sync.test.
2010-04-15 18:53:57 +02:00
..
2010-01-11 18:47:27 -07:00
2009-08-20 14:30:59 +02:00
2010-02-27 11:43:32 +04:00
2010-02-24 13:15:34 +04:00
2010-02-24 13:15:34 +04:00
2010-02-24 13:15:34 +04:00
2010-02-24 13:15:34 +04:00
2010-02-24 13:15:34 +04:00
2010-02-24 13:15:34 +04:00
2010-02-24 13:15:34 +04:00
2010-01-15 15:42:15 +04:00
2010-01-15 15:42:15 +04:00
2009-12-11 12:39:38 +03:00
2009-12-08 10:53:40 +03:00
2010-02-04 20:34:15 +03:00
2009-12-09 18:56:34 +03:00
2009-09-10 03:18:29 -06:00
2009-09-11 01:15:41 -06:00
2009-09-10 03:18:29 -06:00
2009-11-04 10:17:39 +01:00
2009-10-23 23:37:57 +05:00
2010-02-11 18:32:53 +01:00
2010-02-24 13:15:34 +04:00
2010-02-24 13:15:34 +04:00
2010-02-24 13:15:34 +04:00
2010-01-15 15:42:15 +04:00
2010-01-15 15:42:15 +04:00
2010-01-22 14:02:17 +04:00
2010-02-03 03:06:42 +03:00
2009-11-20 22:51:12 +03:00
2009-11-11 21:30:51 +04:00
2009-09-10 03:18:29 -06:00
2010-01-18 23:19:19 +03:00
2010-01-15 15:42:15 +04:00
2010-01-15 15:42:15 +04:00
2009-11-06 17:54:19 +03:00
2010-01-29 16:54:27 +02:00
2009-12-10 17:38:01 +02:00
2009-10-19 14:58:13 +02:00
2010-02-24 00:22:19 -07:00
2009-12-29 15:19:05 +03:00
2009-10-27 14:09:36 +04:00
2010-02-06 13:28:06 +03:00
2009-11-20 22:51:12 +03:00
2009-12-11 12:39:38 +03:00
2009-09-10 03:18:29 -06:00
2009-09-10 03:18:29 -06:00
2009-09-10 03:18:29 -06:00
2009-09-10 03:18:29 -06:00
2010-01-15 15:42:15 +04:00
2009-11-20 23:30:00 +03:00
2009-09-28 16:48:40 +03:00
2010-01-15 15:42:15 +04:00
2010-01-15 15:42:15 +04:00
2010-02-22 16:58:56 +00:00
2009-12-11 15:24:23 +03:00
2010-02-27 11:43:32 +04:00
2009-12-16 10:48:07 +03:00