mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
The test result fixed (duplicate undex check).
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user