summaryrefslogtreecommitdiff
path: root/mysql-test/r
diff options
context:
space:
mode:
authorSergey Petrunya <psergey@askmonty.org>2013-07-05 10:44:06 +0400
committerSergey Petrunya <psergey@askmonty.org>2013-07-05 10:44:06 +0400
commit590984f1310aac0c3169e6cad492733fcc7e6629 (patch)
tree30fc96f1fb8b05bcbc3cb92fcb4adf295ae401c7 /mysql-test/r
parent0e8b04d98096ccf1ddfd6f5a3c21134d257e0b66 (diff)
downloadmariadb-git-590984f1310aac0c3169e6cad492733fcc7e6629.tar.gz
More test result updates, follow the previous cset
Diffstat (limited to 'mysql-test/r')
-rw-r--r--mysql-test/r/row-checksum-old.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/row-checksum-old.result b/mysql-test/r/row-checksum-old.result
index 87f0bb8af2d..ef523463860 100644
--- a/mysql-test/r/row-checksum-old.result
+++ b/mysql-test/r/row-checksum-old.result
@@ -73,7 +73,7 @@ test.t1 4108368782
drop table if exists t1;
create table t1 (a int null, v varchar(100)) engine=innodb checksum=0 row_format=fixed;
Warnings:
-Warning 140 InnoDB: assuming ROW_FORMAT=COMPACT.
+Warning 1478 InnoDB: assuming ROW_FORMAT=COMPACT.
insert into t1 values(null, null), (1, "hello");
checksum table t1;
Table Checksum