Commit 8f679da0 authored by Rich Prohaska's avatar Rich Prohaska

#4656 fix the test cases refs[t:4656]

git-svn-id: file:///svn/mysql/tests/mysql-test@41464 c7de825b-a66e-492c-adef-691d508d4ae1
parent 9f731579
set storage_engine='tokudb';
DROP TABLE IF EXISTS t2;
CREATE TABLE `t2` (
`c1` int(11) NOT NULL,
`c2` int(10) unsigned DEFAULT NULL,
......
set storage_engine='tokudb';
DROP TABLE IF EXISTS t2;
CREATE TABLE `t2` (
`c1` int(11) NOT NULL,
`c2` int(10) unsigned DEFAULT NULL,
......
set storage_engine='tokudb';
--disable_warnings
DROP TABLE IF EXISTS t2;
--enable_warnings
CREATE TABLE `t2` (
`c1` int(11) NOT NULL,
`c2` int(10) unsigned DEFAULT NULL,
......
set storage_engine='tokudb';
--disable_warnings
DROP TABLE IF EXISTS t2;
--enable_warnings
CREATE TABLE `t2` (
`c1` int(11) NOT NULL,
`c2` int(10) unsigned DEFAULT NULL,
......
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