diff options
author | timour@mysql.com <> | 2004-12-27 14:05:35 +0200 |
---|---|---|
committer | timour@mysql.com <> | 2004-12-27 14:05:35 +0200 |
commit | 5eab756a6381da78e30b824f93894b2b86b05f92 (patch) | |
tree | 6c2c972b53853b7681cacae710b29789006db5ee /mysql-test/r/merge.result | |
parent | f1fe6e178427bef9e4ac791e1ef4a9ae9be99d57 (diff) | |
download | mariadb-git-5eab756a6381da78e30b824f93894b2b86b05f92.tar.gz |
Fix for BUG#7377. This fix adds the same implementation for ha_myisammgr::index_type as in version 5.0.
Diffstat (limited to 'mysql-test/r/merge.result')
-rw-r--r-- | mysql-test/r/merge.result | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mysql-test/r/merge.result b/mysql-test/r/merge.result index f71626221cb..79d8f019ce3 100644 --- a/mysql-test/r/merge.result +++ b/mysql-test/r/merge.result @@ -675,4 +675,9 @@ a b c 1 2 0 1 1 1 1 1 0 +show index from t3; +Table Non_unique Key_name Seq_in_index Column_name Collation Cardinality Sub_part Packed Null Index_type Comment +t3 1 a 1 a A NULL NULL NULL YES BTREE +t3 1 a 2 b A NULL NULL NULL YES BTREE +t3 1 a 3 c A NULL NULL NULL YES BTREE drop table t1, t2, t3; |