Commit f0094357 authored by Rich Prohaska's avatar Rich Prohaska

refs #5545 remove storage_engine from more tests

git-svn-id: file:///svn/mysql/tests/mysql-test@48633 c7de825b-a66e-492c-adef-691d508d4ae1
parent 88251639
set STORAGE_ENGINE='tokudb';
SET DEFAULT_STORAGE_ENGINE='tokudb';
set names ascii;
select 'e'='`';
'e'='`'
......
set STORAGE_ENGINE='tokudb';
SET DEFAULT_STORAGE_ENGINE='tokudb';
DROP TABLE IF EXISTS t1;
DROP TABLE IF EXISTS t2;
CREATE TABLE t1 (
......
set STORAGE_ENGINE='tokudb';
SET DEFAULT_STORAGE_ENGINE='tokudb';
#
# Bug #27562: ascii.xml invalid?
#
......
set STORAGE_ENGINE='tokudb';
SET DEFAULT_STORAGE_ENGINE='tokudb';
--disable_warnings
DROP TABLE IF EXISTS t1;
DROP TABLE IF EXISTS t2;
......
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