Commit 18cc5dce authored by Rich Prohaska's avatar Rich Prohaska

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

Tokutek/mysql56#71 run mysql suite tokudb.add_index without tokudb as the default storage engine (fix hot_create_unique_index.result)
parent 898b1f52
set default_storage_engine='tokudb';
drop table if exists t; drop table if exists t;
create table t (id int auto_increment primary key, x int); create table t (id int auto_increment primary key, x int);
create unique index x on t (x); create unique index x on t (x);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment