1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

test fix.

This commit is contained in:
unknown
2011-07-21 18:32:44 +03:00
parent a11a2b242f
commit 3c97c9c9cc

View File

@ -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;