mariadb/storage
Michael Widenius 4a32d9c058 MDEV-6871 Multi-value insert on MyISAM table that makes slaves crash (when using --skip-external-locking=0)
Problem was that repair() did lock and unlock tables, which leaved already locked tables in wrong state

include/my_check_opt.h:
  Added option T_NO_LOCKS to disable locking during repair()
  Fixed duplicated bit T_NO_CREATE_RENAME_LSN
mysql-test/suite/rpl/r/myisam_external_lock.result:
  Test case for MDEV-6871
mysql-test/suite/rpl/t/myisam_external_lock-slave.opt:
  Test case for MDEV-6871
mysql-test/suite/rpl/t/myisam_external_lock.test:
  Test case for MDEV-6871
storage/maria/ha_maria.cc:
  Don't lock tables during enable_indexes()
  Removed some calls to current_thd
storage/myisam/ha_myisam.cc:
  Don't lock tables during enable_indexes()
  Removed some calls to current_thd
2014-12-15 11:16:33 +02:00
..
archive mysql-5.5.38 merge 2014-06-03 09:55:08 +02:00
blackhole mysql-5.5 merge 2012-06-14 20:05:31 +02:00
csv MDEV-4243 Warnings/errors while compiling with clang 2013-03-28 20:04:14 +01:00
example MDEV-5120 Test suite test maria-no-logging fails 2014-10-02 11:57:40 +02:00
federated 5.1 merge 2014-03-16 13:59:44 +01:00
federatedx MDEV-5120 Test suite test maria-no-logging fails 2014-10-02 11:57:40 +02:00
heap MDEV-4813 Replication fails on updating a MEMORY table with an index using btree 2014-10-07 10:54:14 +02:00
innobase MDEV-7148 - Recurring: InnoDB: Failing assertion: !lock->recursive 2014-12-01 14:58:29 +04:00
maria MDEV-6871 Multi-value insert on MyISAM table that makes slaves crash (when using --skip-external-locking=0) 2014-12-15 11:16:33 +02:00
myisam MDEV-6871 Multi-value insert on MyISAM table that makes slaves crash (when using --skip-external-locking=0) 2014-12-15 11:16:33 +02:00
myisammrg Re-enabling tests disabled due to MDEV-5266 and MySQL:65225 (fixed now) 2014-11-17 20:28:18 +04:00
ndb mysql-5.5.37 selective merge 2014-03-27 22:26:58 +01:00
oqgraph improve oqgraph boost check to filter out newer boost versions 2014-01-26 21:49:39 +01:00
perfschema mysql-5.5.37 selective merge 2014-03-27 22:26:58 +01:00
sphinx MDEV-5120 Test suite test maria-no-logging fails 2014-10-02 11:57:40 +02:00
tokudb TokuDB 7.5.3 2014-11-18 17:54:00 +01:00
xtradb MDEV-7148 - Recurring: InnoDB: Failing assertion: !lock->recursive 2014-12-01 14:58:29 +04:00