mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 23:04:20 +01:00
#4656 fix the test cases refs[t:4656]
git-svn-id: file:///svn/mysql/tests/mysql-test@41464 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
ed617fd2aa
commit
c82b2f60a6
4 changed files with 8 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
set storage_engine='tokudb';
|
||||
DROP TABLE IF EXISTS t2;
|
||||
CREATE TABLE `t2` (
|
||||
`c1` int(11) NOT NULL,
|
||||
`c2` int(10) unsigned DEFAULT NULL,
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
set storage_engine='tokudb';
|
||||
DROP TABLE IF EXISTS t2;
|
||||
CREATE TABLE `t2` (
|
||||
`c1` int(11) NOT NULL,
|
||||
`c2` int(10) unsigned DEFAULT NULL,
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
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,
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
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,
|
||||
|
|
Loading…
Add table
Reference in a new issue