Tokutek/mysql56#71 run mysql suite tokudb.add_index without tokudb as the default storage engine

This commit is contained in:
Rich Prohaska 2014-01-16 17:28:47 -05:00
parent 53d69ec0d4
commit 898b1f5210
21 changed files with 21 additions and 20 deletions

View file

@ -1,4 +1,4 @@
#--source include/have_tokudb.inc
--source include/have_tokudb.inc
SET DEFAULT_STORAGE_ENGINE='tokudb';
--disable_warnings

View file

@ -1,4 +1,4 @@
#--source include/have_tokudb.inc
--source include/have_tokudb.inc
SET DEFAULT_STORAGE_ENGINE='tokudb';
#
# Bug #22169: Crash with count(distinct)

View file

@ -1,4 +1,4 @@
#--source include/have_tokudb.inc
--source include/have_tokudb.inc
SET DEFAULT_STORAGE_ENGINE='tokudb';
#
# Bug #22169: Crash with count(distinct)

View file

@ -1,4 +1,4 @@
#--source include/have_tokudb.inc
--source include/have_tokudb.inc
SET DEFAULT_STORAGE_ENGINE='tokudb';
#
# Bug #22169: Crash with count(distinct)

View file

@ -1,4 +1,4 @@
#--source include/have_tokudb.inc
--source include/have_tokudb.inc
SET DEFAULT_STORAGE_ENGINE='tokudb';
#
# Bug #22169: Crash with count(distinct)

View file

@ -1,4 +1,4 @@
#--source include/have_tokudb.inc
--source include/have_tokudb.inc
SET DEFAULT_STORAGE_ENGINE='tokudb';
#
# Bug #22169: Crash with count(distinct)

View file

@ -1,4 +1,4 @@
#--source include/have_tokudb.inc
--source include/have_tokudb.inc
SET DEFAULT_STORAGE_ENGINE='tokudb';
#
# Bug #22169: Crash with count(distinct)

View file

@ -1,4 +1,4 @@
#--source include/have_tokudb.inc
--source include/have_tokudb.inc
SET DEFAULT_STORAGE_ENGINE='tokudb';
#
# Bug #22169: Crash with count(distinct)

View file

@ -1,4 +1,4 @@
#--source include/have_tokudb.inc
--source include/have_tokudb.inc
SET DEFAULT_STORAGE_ENGINE='tokudb';
#
# Bug #22169: Crash with count(distinct)

View file

@ -1,4 +1,4 @@
#--source include/have_tokudb.inc
--source include/have_tokudb.inc
SET DEFAULT_STORAGE_ENGINE='tokudb';
#
# Bug #22169: Crash with count(distinct)

View file

@ -1,4 +1,4 @@
#--source include/have_tokudb.inc
--source include/have_tokudb.inc
SET DEFAULT_STORAGE_ENGINE='tokudb';
#
# Bug #22169: Crash with count(distinct)

View file

@ -1,4 +1,4 @@
#--source include/have_tokudb.inc
--source include/have_tokudb.inc
SET DEFAULT_STORAGE_ENGINE='tokudb';
#
# Bug #22169: Crash with count(distinct)

View file

@ -1,4 +1,4 @@
#--source include/have_tokudb.inc
--source include/have_tokudb.inc
SET DEFAULT_STORAGE_ENGINE='tokudb';
#
# Bug #22169: Crash with count(distinct)

View file

@ -1,4 +1,4 @@
#--source include/have_tokudb.inc
--source include/have_tokudb.inc
SET DEFAULT_STORAGE_ENGINE='tokudb';
#
# Bug #22169: Crash with count(distinct)

View file

@ -1,4 +1,4 @@
#--source include/have_tokudb.inc
--source include/have_tokudb.inc
SET DEFAULT_STORAGE_ENGINE='tokudb';
#
# Bug #22169: Crash with count(distinct)

View file

@ -1,4 +1,4 @@
#--source include/have_tokudb.inc
--source include/have_tokudb.inc
SET DEFAULT_STORAGE_ENGINE='tokudb';
#
# Bug #22169: Crash with count(distinct)

View file

@ -1,4 +1,4 @@
#--source include/have_tokudb.inc
--source include/have_tokudb.inc
SET DEFAULT_STORAGE_ENGINE='tokudb';
#
# Bug #22169: Crash with count(distinct)

View file

@ -1,4 +1,4 @@
#--source include/have_tokudb.inc
--source include/have_tokudb.inc
SET DEFAULT_STORAGE_ENGINE = tokudb;
#
# Bug #23691: Falcon: searches fail if partial index

View file

@ -1,4 +1,4 @@
#--source include/have_tokudb.inc
--source include/have_tokudb.inc
SET @@DEFAULT_STORAGE_ENGINE = tokudb;
#
# Bug #23692: Falcon: searches fail if data is 0x00

View file

@ -3,6 +3,7 @@
source include/have_tokudb.inc;
source include/have_debug.inc;
set default_storage_engine='tokudb';
disable_warnings;
drop table if exists t;

View file

@ -1,4 +1,4 @@
#--source include/have_tokudb.inc
--source include/have_tokudb.inc
SET DEFAULT_STORAGE_ENGINE='tokudb';
--disable_warnings