diff options
author | unknown <ingo@mysql.com> | 2005-08-29 21:06:45 +0200 |
---|---|---|
committer | unknown <ingo@mysql.com> | 2005-08-29 21:06:45 +0200 |
commit | 6e4c74c1ef98af113648f5e57170864e8b0417fc (patch) | |
tree | 62c45b39973cc6bcc582d8dd88af412401622ac0 /mysql-test/r/key.result | |
parent | 7f83d7714c0952ded315f6f4038daf80cdf9777c (diff) | |
download | mariadb-git-6e4c74c1ef98af113648f5e57170864e8b0417fc.tar.gz |
After merge fix.
mysql-test/r/innodb.result:
After merge fix.
Test for bug 11816 has four more inserts.
Diffstat (limited to 'mysql-test/r/key.result')
-rw-r--r-- | mysql-test/r/key.result | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/key.result b/mysql-test/r/key.result index 643ba2b4dee..bc9d3935bc4 100644 --- a/mysql-test/r/key.result +++ b/mysql-test/r/key.result @@ -345,6 +345,7 @@ c1 c2 2 Test String 3 Test String +drop table t1; create table t1 (a varchar(10), b varchar(10), key(a(10),b(10))); show create table t1; Table Create Table |