mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
WL#1563 - Modify MySQL to support fast CREATE/DROP INDEX
Change "duplicate key" message to print key name instead of key number.
This commit is contained in:
parent
9a6bad5951
commit
b6e28c99d0
47 changed files with 204 additions and 209 deletions
|
|
@ -32,7 +32,7 @@ t1 0 PRIMARY 1 a A 5 NULL NULL BTREE
|
|||
t1 1 b 1 b A 1 NULL NULL BTREE
|
||||
t1 1 b 2 c A 5 NULL NULL BTREE
|
||||
insert into t1 values (5,5,5);
|
||||
ERROR 23000: Duplicate entry '5' for key 1
|
||||
ERROR 23000: Duplicate entry '5' for key 'PRIMARY'
|
||||
optimize table t1;
|
||||
Table Op Msg_type Msg_text
|
||||
test.t1 optimize status OK
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue