1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

The test result fixed (duplicate undex check).

This commit is contained in:
unknown
2013-09-30 08:19:58 +03:00
parent 47a240c6bc
commit ab81cd4aba

View File

@ -129,6 +129,8 @@ show tables like 'T1%';
Tables_in_test (T1%)
T1
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%';
Tables_in_test (t1%)
t1