Skip to content
Permalink
Browse files
Update Tokudb Test Results
  • Loading branch information
cvicentiu committed Jan 24, 2018
1 parent fc3df56 commit d81e41e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
@@ -43,8 +43,6 @@ Warnings:
Warning 1265 Data truncated for column 'c19' at row 1
UPDATE t SET c27=0;
ALTER TABLE t ROW_FORMAT=FIXED KEY_BLOCK_SIZE=1;
Warnings:
Warning 1478 TokuDB: invalid ROW_FORMAT specifier.
UPDATE t SET c27=0;
set tokudb_disable_hot_alter=0;
set tokudb_disable_slow_alter=1;
@@ -43,8 +43,6 @@ Warnings:
Warning 1265 Data truncated for column 'c19' at row 1
UPDATE t SET c27=0;
ALTER TABLE t ROW_FORMAT=FIXED KEY_BLOCK_SIZE=1;
Warnings:
Warning 1478 TokuDB: invalid ROW_FORMAT specifier.
UPDATE t SET c27=0;
set tokudb_disable_hot_alter=0;
set tokudb_disable_slow_alter=1;
@@ -43,8 +43,6 @@ Warnings:
Warning 1265 Data truncated for column 'c19' at row 1
UPDATE t SET c27=0;
ALTER TABLE t ROW_FORMAT=FIXED KEY_BLOCK_SIZE=1;
Warnings:
Warning 1478 TokuDB: invalid ROW_FORMAT specifier.
UPDATE t SET c27=0;
set tokudb_disable_hot_alter=0;
set tokudb_disable_slow_alter=1;
@@ -45,8 +45,6 @@ UPDATE t SET c27=0;
ALTER TABLE t ADD KEY (c25);
UPDATE t SET c27=0;
ALTER TABLE t ROW_FORMAT=FIXED KEY_BLOCK_SIZE=1;
Warnings:
Warning 1478 TokuDB: invalid ROW_FORMAT specifier.
UPDATE t SET c27=0;
set tokudb_disable_hot_alter=0;
set tokudb_disable_slow_alter=1;

0 comments on commit d81e41e

Please sign in to comment.