diff options
author | unknown <serg@sergbook.mysql.com> | 2003-04-23 15:37:11 +0400 |
---|---|---|
committer | unknown <serg@sergbook.mysql.com> | 2003-04-23 15:37:11 +0400 |
commit | 29b593987d81b987a0feb1750afec23bd8cac9c7 (patch) | |
tree | 00c08d1986a823782b2f900251ec3968fff6ad86 /mysql-test | |
parent | d19ba33f98a2de54d5356d75fe1a92d88f407ca6 (diff) | |
download | mariadb-git-29b593987d81b987a0feb1750afec23bd8cac9c7.tar.gz |
correct test result
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/r/alter_table.result | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mysql-test/r/alter_table.result b/mysql-test/r/alter_table.result index a296e0a87ac..d24f8087bc1 100644 --- a/mysql-test/r/alter_table.result +++ b/mysql-test/r/alter_table.result @@ -231,10 +231,10 @@ t1 0 a 2 b A NULL NULL NULL YES BTREE t1 1 b 1 b A 100 NULL NULL YES BTREE analyze table t1; Table Op Msg_type Msg_text -test.t1 analyze status Table is already up to date +test.t1 analyze status OK show keys from t1; Table Non_unique Key_name Seq_in_index Column_name Collation Cardinality Sub_part Packed Null Index_type Comment -t1 0 a 1 a A NULL NULL NULL YES BTREE -t1 0 a 2 b A NULL NULL NULL YES BTREE +t1 0 a 1 a A 3 NULL NULL YES BTREE +t1 0 a 2 b A 300 NULL NULL YES BTREE t1 1 b 1 b A 100 NULL NULL YES BTREE drop table t1; |