mariadb/storage/tokudb/mysql-test/tokudb_mariadb
Michael Widenius 9aac546872 MDEV-5930 Server crashes in thd_get_ha_data on CREATE OR REPLACE TABLE
mysql-test/r/create_or_replace.result:
  More tests for create or replace
mysql-test/t/create_or_replace.test:
  More tests for create or replace
sql/log.cc:
  Don't use binlog_hton if binlog is not enabmed
sql/sql_base.cc:
  We have to call restart_trans_for_tables also if tables where not locked with LOCK TABLES.
  If not, we will get a crash in TokuDB
sql/sql_insert.cc:
  Don't call binlog_reset_cache() if we don't have binary log open
sql/sql_table.cc:
  Don't log to binary log if not open
  Better test if we where using create or replace ... select
storage/tokudb/mysql-test/tokudb_mariadb/r/create_or_replace.result:
  More tests for create or replace
storage/tokudb/mysql-test/tokudb_mariadb/t/create_or_replace.test:
  More tests for create or replace
2014-03-23 18:39:10 +02:00
..
r MDEV-5930 Server crashes in thd_get_ha_data on CREATE OR REPLACE TABLE 2014-03-23 18:39:10 +02:00
t MDEV-5930 Server crashes in thd_get_ha_data on CREATE OR REPLACE TABLE 2014-03-23 18:39:10 +02:00
suite.opt Percona-Server-5.6.14-rel62.0 merge 2013-12-22 17:06:50 +01:00
suite.pm don't run tokudb tests for --embedded by default 2013-12-15 15:55:15 +01:00