Commit ab81cd4a authored by unknown's avatar unknown

The test result fixed (duplicate undex check).

parent 47a240c6
...@@ -129,6 +129,8 @@ show tables like 'T1%'; ...@@ -129,6 +129,8 @@ show tables like 'T1%';
Tables_in_test (T1%) Tables_in_test (T1%)
T1 T1
alter table t1 add index (A); alter table t1 add index (A);
Warnings:
Note 1831 Duplicate index 'A_2' defined on the table 'test.t1'. This is deprecated and will be disallowed in a future release.
show tables like 't1%'; show tables like 't1%';
Tables_in_test (t1%) Tables_in_test (t1%)
t1 t1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment