diff options
author | monty@hundin.mysql.fi <> | 2002-06-04 08:23:57 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2002-06-04 08:23:57 +0300 |
commit | ee6bd848804192d9bb4258ccf84b61b774190673 (patch) | |
tree | ab63127fecca420ce57c76f7e3b5903ee4138d91 /mysql-test/r/isam.result | |
parent | f0b28da6f91cf87804015b5dde4820be040c2de7 (diff) | |
download | mariadb-git-ee6bd848804192d9bb4258ccf84b61b774190673.tar.gz |
Changes for new binary .frm format
Fixes after last merge from 4.0.
(Code not yet complete, need anoter merge from 4.0)
Diffstat (limited to 'mysql-test/r/isam.result')
-rw-r--r-- | mysql-test/r/isam.result | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mysql-test/r/isam.result b/mysql-test/r/isam.result index d19352aad42..5cb218dc4ce 100644 --- a/mysql-test/r/isam.result +++ b/mysql-test/r/isam.result @@ -67,10 +67,10 @@ a int(11) PRI 0 b int(11) MUL 0 c int(11) 0 show full columns from t1; -Field Type Null Key Default Extra Privileges -a int(11) PRI 0 select,insert,update,references -b int(11) MUL 0 select,insert,update,references -c int(11) 0 select,insert,update,references +Field Type Null Key Default Extra Privileges Comment +a int(11) PRI 0 select,insert,update,references +b int(11) MUL 0 select,insert,update,references +c int(11) 0 select,insert,update,references show index from t1; Table Non_unique Key_name Seq_in_index Column_name Collation Cardinality Sub_part Packed Null Index_type Comment t1 0 PRIMARY 1 a A 4 NULL NULL BTREE |