Skip to content

Commit

Permalink
Update Tokudb Test Results
Browse files Browse the repository at this point in the history
  • 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.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d81e41e

Please sign in to comment.