diff options
author | unknown <sanja@askmonty.org> | 2011-07-21 18:32:44 +0300 |
---|---|---|
committer | unknown <sanja@askmonty.org> | 2011-07-21 18:32:44 +0300 |
commit | 3c97c9c9cc3dde2249846c35020d2eaf2af1bcd0 (patch) | |
tree | 2feddda11c93329dd66ea5cd232f10f5d5b00453 /mysql-test | |
parent | a11a2b242f3a61f62a4399595ba39a35dead532c (diff) | |
download | mariadb-git-3c97c9c9cc3dde2249846c35020d2eaf2af1bcd0.tar.gz |
test fix.
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/suite/innodb/r/innodb_mysql.result | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mysql-test/suite/innodb/r/innodb_mysql.result b/mysql-test/suite/innodb/r/innodb_mysql.result index 5f018a8aac5..491ca585add 100644 --- a/mysql-test/suite/innodb/r/innodb_mysql.result +++ b/mysql-test/suite/innodb/r/innodb_mysql.result @@ -2624,7 +2624,8 @@ insert into t1 values (1,1),(2,1); alter ignore table t1 add unique `main` (b); drop table t1; End of 5.1 tests - Test for bug #39932 "create table fails if column for FK is in different +# +# Test for bug #39932 "create table fails if column for FK is in different # case than in corr index". # drop tables if exists t1, t2; |