diff options
author | unknown <bar@bar.mysql.r18.ru> | 2003-05-23 15:10:05 +0500 |
---|---|---|
committer | unknown <bar@bar.mysql.r18.ru> | 2003-05-23 15:10:05 +0500 |
commit | f461dea4d7066c6dfe14b33cc549f7e0183f6b8e (patch) | |
tree | a928f314cdf81669795b261fc3cb84a573cebee4 /mysql-test/r/isam.result | |
parent | d7ab5da88fd11c69af7144cd56af283a31502ff6 (diff) | |
download | mariadb-git-f461dea4d7066c6dfe14b33cc549f7e0183f6b8e.tar.gz |
Character set sets now check if required non-dynamic charsets were really compiled
BitKeeper/deleted/.del-ctype_ujis-master.opt~9f5cc09930fc1cf9:
Delete: mysql-test/t/ctype_ujis-master.opt
Diffstat (limited to 'mysql-test/r/isam.result')
-rw-r--r-- | mysql-test/r/isam.result | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/mysql-test/r/isam.result b/mysql-test/r/isam.result index 6621be98073..5975ac8a8a0 100644 --- a/mysql-test/r/isam.result +++ b/mysql-test/r/isam.result @@ -73,14 +73,14 @@ test.t2 check error Table 't2' was not locked with LOCK TABLES test.t1 check status OK show columns from t1; Field Type Collation Null Key Default Extra -a int(11) binary PRI 0 -b int(11) binary MUL 0 -c int(11) binary 0 +a int(11) NULL PRI 0 +b int(11) NULL MUL 0 +c int(11) NULL 0 show full columns from t1; Field Type Collation Null Key Default Extra Privileges Comment -a int(11) binary PRI 0 select,insert,update,references -b int(11) binary MUL 0 select,insert,update,references -c int(11) binary 0 select,insert,update,references +a int(11) NULL PRI 0 select,insert,update,references +b int(11) NULL MUL 0 select,insert,update,references +c int(11) NULL 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 |