Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
5e20c61f
Commit
5e20c61f
authored
Sep 07, 2016
by
Daniel Black
Committed by
elenst
Sep 07, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-10707 Tokudb tokudb_parts test suites failing (#229)
parent
d6f87e68
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
992 additions
and
1056 deletions
+992
-1056
storage/tokudb/mysql-test/tokudb_parts/r/partition_alter1_1_2_tokudb.result
...ql-test/tokudb_parts/r/partition_alter1_1_2_tokudb.result
+112
-112
storage/tokudb/mysql-test/tokudb_parts/r/partition_alter1_1_tokudb.result
...ysql-test/tokudb_parts/r/partition_alter1_1_tokudb.result
+64
-64
storage/tokudb/mysql-test/tokudb_parts/r/partition_alter1_2_tokudb.result
...ysql-test/tokudb_parts/r/partition_alter1_2_tokudb.result
+160
-160
storage/tokudb/mysql-test/tokudb_parts/r/partition_alter2_1_1_tokudb.result
...ql-test/tokudb_parts/r/partition_alter2_1_1_tokudb.result
+40
-40
storage/tokudb/mysql-test/tokudb_parts/r/partition_alter2_2_1_tokudb.result
...ql-test/tokudb_parts/r/partition_alter2_2_1_tokudb.result
+40
-40
storage/tokudb/mysql-test/tokudb_parts/r/partition_alter4_tokudb.result
.../mysql-test/tokudb_parts/r/partition_alter4_tokudb.result
+448
-512
storage/tokudb/mysql-test/tokudb_parts/r/partition_basic_tokudb.result
...b/mysql-test/tokudb_parts/r/partition_basic_tokudb.result
+128
-128
No files found.
storage/tokudb/mysql-test/tokudb_parts/r/partition_alter1_1_2_tokudb.result
View file @
5e20c61f
...
...
@@ -68,8 +68,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -560,8 +560,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -1060,8 +1060,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -1565,8 +1565,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -2064,8 +2064,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -2567,8 +2567,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -3077,8 +3077,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -3585,8 +3585,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -4082,8 +4082,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -4574,8 +4574,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -5074,8 +5074,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -5579,8 +5579,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -6078,8 +6078,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -6581,8 +6581,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -7091,8 +7091,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -7599,8 +7599,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -8097,8 +8097,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -8605,8 +8605,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -9121,8 +9121,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -9642,8 +9642,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -10157,8 +10157,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -10676,8 +10676,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -11202,8 +11202,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -11726,8 +11726,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -12239,8 +12239,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -12747,8 +12747,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -13263,8 +13263,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -13784,8 +13784,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -14299,8 +14299,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -14818,8 +14818,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -15344,8 +15344,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -15868,8 +15868,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -16382,8 +16382,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -16875,8 +16875,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -17376,8 +17376,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -17882,8 +17882,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -18382,8 +18382,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -18886,8 +18886,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -19397,8 +19397,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -19906,8 +19906,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -20404,8 +20404,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -20897,8 +20897,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -21398,8 +21398,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -21904,8 +21904,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -22404,8 +22404,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -22908,8 +22908,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -23419,8 +23419,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -23928,8 +23928,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -24426,8 +24426,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -24919,8 +24919,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -25420,8 +25420,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -25926,8 +25926,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -26426,8 +26426,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -26930,8 +26930,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -27441,8 +27441,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -27950,8 +27950,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
storage/tokudb/mysql-test/tokudb_parts/r/partition_alter1_1_tokudb.result
View file @
5e20c61f
...
...
@@ -386,8 +386,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -878,8 +878,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -1378,8 +1378,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -1883,8 +1883,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -2382,8 +2382,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -2887,8 +2887,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -3397,8 +3397,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -3905,8 +3905,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -4402,8 +4402,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -4894,8 +4894,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -5394,8 +5394,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -5899,8 +5899,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -6398,8 +6398,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -6903,8 +6903,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -7413,8 +7413,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -7921,8 +7921,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -8419,8 +8419,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -8927,8 +8927,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -9443,8 +9443,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -9964,8 +9964,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -10479,8 +10479,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -11000,8 +11000,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -11526,8 +11526,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -12050,8 +12050,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -12563,8 +12563,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -13071,8 +13071,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -13587,8 +13587,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -14108,8 +14108,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -14623,8 +14623,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -15144,8 +15144,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -15670,8 +15670,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -16194,8 +16194,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
storage/tokudb/mysql-test/tokudb_parts/r/partition_alter1_2_tokudb.result
View file @
5e20c61f
...
...
@@ -67,8 +67,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -507,8 +507,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -955,8 +955,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -1408,8 +1408,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -1855,8 +1855,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -2308,8 +2308,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -2766,8 +2766,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -3222,8 +3222,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -3667,8 +3667,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -4107,8 +4107,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -4555,8 +4555,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -5008,8 +5008,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -5455,8 +5455,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -5908,8 +5908,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -6366,8 +6366,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -6822,8 +6822,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -7267,8 +7267,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -7723,8 +7723,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -8187,8 +8187,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -8656,8 +8656,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -9119,8 +9119,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -9588,8 +9588,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -10062,8 +10062,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -10534,8 +10534,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -10999,8 +10999,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -11439,8 +11439,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -11887,8 +11887,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -12340,8 +12340,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -12787,8 +12787,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -13238,8 +13238,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -13696,8 +13696,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -14152,8 +14152,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -14597,8 +14597,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -15037,8 +15037,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -15485,8 +15485,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -15938,8 +15938,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -16385,8 +16385,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -16836,8 +16836,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -17294,8 +17294,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -17750,8 +17750,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -18196,8 +18196,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -18652,8 +18652,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -19116,8 +19116,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -19585,8 +19585,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -20048,8 +20048,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -20515,8 +20515,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -20989,8 +20989,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -21461,8 +21461,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -21922,8 +21922,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -22378,8 +22378,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -22842,8 +22842,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -23311,8 +23311,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -23774,8 +23774,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -24241,8 +24241,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -24715,8 +24715,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -25187,8 +25187,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -25649,8 +25649,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -26089,8 +26089,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -26537,8 +26537,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -26990,8 +26990,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -27437,8 +27437,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -27888,8 +27888,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -28346,8 +28346,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -28802,8 +28802,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -29247,8 +29247,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -29687,8 +29687,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -30135,8 +30135,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -30588,8 +30588,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -31035,8 +31035,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -31486,8 +31486,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -31944,8 +31944,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -32400,8 +32400,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -32845,8 +32845,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -33301,8 +33301,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -33765,8 +33765,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -34234,8 +34234,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -34697,8 +34697,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -35164,8 +35164,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -35638,8 +35638,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -36110,8 +36110,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
storage/tokudb/mysql-test/tokudb_parts/r/partition_alter2_1_1_tokudb.result
View file @
5e20c61f
...
...
@@ -68,7 +68,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` bigint(20) DEFAULT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -524,7 +524,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` bigint(20) DEFAULT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -988,7 +988,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` bigint(20) DEFAULT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -1457,7 +1457,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` bigint(20) DEFAULT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -1920,7 +1920,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` bigint(20) DEFAULT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -2389,7 +2389,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` bigint(20) DEFAULT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -2863,7 +2863,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` bigint(20) DEFAULT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -3335,7 +3335,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` bigint(20) DEFAULT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -3797,7 +3797,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` bigint(20) NOT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -4291,7 +4291,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` bigint(20) NOT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -4793,7 +4793,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` bigint(20) NOT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -5300,7 +5300,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` bigint(20) NOT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -5801,7 +5801,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` bigint(20) NOT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -6308,7 +6308,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` bigint(20) NOT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -6820,7 +6820,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` bigint(20) NOT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -7330,7 +7330,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` bigint(20) NOT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -7829,7 +7829,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` bigint(20) NOT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -8323,7 +8323,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` bigint(20) NOT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -8825,7 +8825,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` bigint(20) NOT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -9332,7 +9332,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` bigint(20) NOT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -9833,7 +9833,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` bigint(20) NOT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -10340,7 +10340,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` bigint(20) NOT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -10852,7 +10852,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` bigint(20) NOT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -11362,7 +11362,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` bigint(20) NOT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -11862,7 +11862,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` bigint(20) DEFAULT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -12370,7 +12370,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` bigint(20) DEFAULT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -12886,7 +12886,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` bigint(20) DEFAULT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -13407,7 +13407,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` bigint(20) DEFAULT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -13922,7 +13922,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` bigint(20) DEFAULT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -14443,7 +14443,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` bigint(20) DEFAULT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -14969,7 +14969,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` bigint(20) DEFAULT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -15493,7 +15493,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` bigint(20) DEFAULT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -16006,7 +16006,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` bigint(20) DEFAULT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -16514,7 +16514,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` bigint(20) DEFAULT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -17030,7 +17030,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` bigint(20) DEFAULT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -17551,7 +17551,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` bigint(20) DEFAULT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -18066,7 +18066,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` bigint(20) DEFAULT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -18587,7 +18587,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` bigint(20) DEFAULT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -19113,7 +19113,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` bigint(20) DEFAULT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -19637,7 +19637,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` bigint(20) DEFAULT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
storage/tokudb/mysql-test/tokudb_parts/r/partition_alter2_2_1_tokudb.result
View file @
5e20c61f
...
...
@@ -68,7 +68,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` mediumint(9) DEFAULT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -526,7 +526,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` mediumint(9) DEFAULT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -992,7 +992,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` mediumint(9) DEFAULT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -1463,7 +1463,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` mediumint(9) DEFAULT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -1926,7 +1926,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` mediumint(9) DEFAULT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -2397,7 +2397,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` mediumint(9) DEFAULT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -2871,7 +2871,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` mediumint(9) DEFAULT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -3345,7 +3345,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` mediumint(9) DEFAULT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -3808,7 +3808,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` mediumint(9) NOT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -4304,7 +4304,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` mediumint(9) NOT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -4808,7 +4808,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` mediumint(9) NOT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -5317,7 +5317,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` mediumint(9) NOT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -5818,7 +5818,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` mediumint(9) NOT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -6327,7 +6327,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` mediumint(9) NOT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -6839,7 +6839,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` mediumint(9) NOT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -7351,7 +7351,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` mediumint(9) NOT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -7852,7 +7852,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` mediumint(9) NOT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -8348,7 +8348,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` mediumint(9) NOT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -8852,7 +8852,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` mediumint(9) NOT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -9361,7 +9361,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` mediumint(9) NOT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -9862,7 +9862,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` mediumint(9) NOT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -10371,7 +10371,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` mediumint(9) NOT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -10883,7 +10883,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` mediumint(9) NOT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -11395,7 +11395,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` mediumint(9) NOT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -11897,7 +11897,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` mediumint(9) DEFAULT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -12407,7 +12407,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` mediumint(9) DEFAULT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -12925,7 +12925,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` mediumint(9) DEFAULT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -13448,7 +13448,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` mediumint(9) DEFAULT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -13963,7 +13963,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` mediumint(9) DEFAULT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -14486,7 +14486,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` mediumint(9) DEFAULT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -15012,7 +15012,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` mediumint(9) DEFAULT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -15538,7 +15538,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` mediumint(9) DEFAULT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -16053,7 +16053,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` mediumint(9) DEFAULT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -16563,7 +16563,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` mediumint(9) DEFAULT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -17081,7 +17081,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` mediumint(9) DEFAULT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -17604,7 +17604,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` mediumint(9) DEFAULT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -18119,7 +18119,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` mediumint(9) DEFAULT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -18642,7 +18642,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` mediumint(9) DEFAULT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -19168,7 +19168,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` mediumint(9) DEFAULT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
@@ -19694,7 +19694,7 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` mediumint(9) DEFAULT NULL,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
...
...
storage/tokudb/mysql-test/tokudb_parts/r/partition_alter4_tokudb.result
View file @
5e20c61f
This source diff could not be displayed because it is too large. You can
view the blob
instead.
storage/tokudb/mysql-test/tokudb_parts/r/partition_basic_tokudb.result
View file @
5e20c61f
...
...
@@ -67,8 +67,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -522,8 +522,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -985,8 +985,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -1453,8 +1453,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -1915,8 +1915,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -2383,8 +2383,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -2860,8 +2860,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -3331,8 +3331,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -3792,8 +3792,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -4247,8 +4247,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -4710,8 +4710,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -5178,8 +5178,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -5640,8 +5640,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -6106,8 +6106,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -6579,8 +6579,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -7050,8 +7050,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL
...
...
@@ -7515,8 +7515,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -8007,8 +8007,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -8507,8 +8507,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -9012,8 +9012,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -9511,8 +9511,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -10016,8 +10016,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -10530,8 +10530,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -11038,8 +11038,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -11535,8 +11535,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -12027,8 +12027,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -12527,8 +12527,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -13032,8 +13032,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -13531,8 +13531,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -14036,8 +14036,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -14550,8 +14550,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -15058,8 +15058,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -15555,8 +15555,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -16063,8 +16063,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -16579,8 +16579,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -17100,8 +17100,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -17615,8 +17615,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -18136,8 +18136,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -18666,8 +18666,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -19190,8 +19190,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -19708,8 +19708,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -20200,8 +20200,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -20700,8 +20700,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -21205,8 +21205,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -21704,8 +21704,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -22207,8 +22207,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -22717,8 +22717,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -23225,8 +23225,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -23722,8 +23722,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -24214,8 +24214,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -24714,8 +24714,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -25219,8 +25219,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -25718,8 +25718,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -26221,8 +26221,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -26731,8 +26731,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -27239,8 +27239,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) NOT NULL DEFAULT
'0'
,
`f_int2` int(11) NOT NULL DEFAULT
'0'
,
`f_int1` int(11) NOT NULL DEFAULT
0
,
`f_int2` int(11) NOT NULL DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -27736,8 +27736,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -28244,8 +28244,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -28760,8 +28760,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -29281,8 +29281,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -29796,8 +29796,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -30315,8 +30315,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -30841,8 +30841,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
...
...
@@ -31365,8 +31365,8 @@ create_command
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`f_int1` int(11) DEFAULT
'0'
,
`f_int2` int(11) DEFAULT
'0'
,
`f_int1` int(11) DEFAULT
0
,
`f_int2` int(11) DEFAULT
0
,
`f_char1` char(20) DEFAULT NULL,
`f_char2` char(20) DEFAULT NULL,
`f_charbig` varchar(1000) DEFAULT NULL,
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment