1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-10 04:22:00 +03:00

Fixed PBXT test.

This commit is contained in:
unknown
2011-07-21 15:14:16 +03:00
parent ee06e4d65e
commit a11a2b242f
2 changed files with 4 additions and 5 deletions

View File

@ -2624,8 +2624,7 @@ 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;