mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-8844 Unreadable control characters printed as is in warnings
This commit is contained in:
@ -1268,7 +1268,7 @@ alter table t1 add unique(v);
|
||||
ERROR 23000: Duplicate entry '{ ' for key 'v_2'
|
||||
show warnings;
|
||||
Level Code Message
|
||||
Error 1062 Duplicate entry 'a' for key 'v_2'
|
||||
Error 1062 Duplicate entry 'a\0001' for key 'v_2'
|
||||
alter table t1 add key(v);
|
||||
Warnings:
|
||||
Note 1831 Duplicate index `v_2`. This is deprecated and will be disallowed in a future release
|
||||
|
Reference in New Issue
Block a user