diff options
author | Daniel Black <daniel.black@au.ibm.com> | 2016-04-29 09:22:24 +1000 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2016-04-29 18:41:00 +0200 |
commit | aed1485b9936f18d050a0489520bc0144f51ade5 (patch) | |
tree | ce01bad51c672e1ba9e4dba2fa7acc3f9f94c5af /mysql-test/t/myisam.test | |
parent | 84b0ac6721ae1543320cf7627aa2fec1b79f0557 (diff) | |
download | mariadb-git-aed1485b9936f18d050a0489520bc0144f51ade5.tar.gz |
MDEV-9758: correct test case
Diffstat (limited to 'mysql-test/t/myisam.test')
-rw-r--r-- | mysql-test/t/myisam.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/myisam.test b/mysql-test/t/myisam.test index 4db7c279e82..a454fa25ac4 100644 --- a/mysql-test/t/myisam.test +++ b/mysql-test/t/myisam.test @@ -553,7 +553,7 @@ checksum table t1, t2, t3 quick; checksum table t1, t2, t3; checksum table t1, t2, t3 extended; alter table t1 add d int default 30, add e bigint default 300000, add f decimal(30) default 442; -checksum table t2; +checksum table t1; #show table status; drop table t1,t2; |