1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-27 05:41:41 +03:00
Files
mariadb/mysql-test/suite/maria
Monty cded083a37 MDEV-15797 Assertion `thd->killed != 0' failed in ha_maria::enable_indexes
Problem was that a parallel open of a table, overwrote info->state that
was in used by repair.

Fixed by changing _ma_tmp_disable_logging_for_table() to use
a new state buffer state.no_logging to store the temporary state.

Other things:
- Use original number of rows when retrying repair to get rid of a
  potential warning "Number of rows changed from X to Y"
- Changed maria_commit() to make it easier to merge with 10.4
- If table is not locked (like with show commands), use the global
  number of rows as the local number may not be up to date.
  (Minor not critical fix)
- Added some missing DBUG_RETURN
2018-08-27 22:00:14 +03:00
..
2018-05-15 13:12:35 +03:00
2013-05-20 12:36:30 +02:00
2013-05-20 12:36:30 +02:00
2017-04-28 20:19:32 +02:00
2012-05-16 18:46:02 +03:00
2015-01-21 12:03:02 +01:00
2015-01-21 12:03:02 +01:00
2015-02-10 10:21:17 +01:00
2013-07-12 23:07:32 +02:00
2013-07-21 16:39:19 +02:00
2013-07-21 16:39:19 +02:00
2013-06-06 17:51:28 +02:00
2013-06-06 17:51:28 +02:00
2013-07-12 23:07:32 +02:00
2012-05-16 18:46:02 +03:00