mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 03:47:17 +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
098af0ae1a
commit
0369042a09
47 changed files with 204 additions and 209 deletions
|
|
@ -425,7 +425,7 @@ set y = x;
|
|||
end|
|
||||
set @x = 0|
|
||||
call bug3279(@x)|
|
||||
ERROR 23000: Duplicate entry '6' for key 1
|
||||
ERROR 23000: Duplicate entry '6' for key 'PRIMARY'
|
||||
select @x|
|
||||
@x
|
||||
0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue