mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-8844 Unreadable control characters printed as is in warnings
This commit is contained in:
@ -68,7 +68,7 @@ ERROR HY000: Operation CREATE USER failed for 'user\"s_12601974'@'localhost'
|
||||
DROP USER 'user\"s_12601974'@'localhost';
|
||||
CREATE USER 'user\bs_12601974'@'localhost';
|
||||
CREATE USER 'user\bs_12601974'@'localhost';
|
||||
ERROR HY000: Operation CREATE USER failed for 'users_12601974'@'localhost'
|
||||
ERROR HY000: Operation CREATE USER failed for 'user\0008s_12601974'@'localhost'
|
||||
DROP USER 'user\bs_12601974'@'localhost';
|
||||
CREATE USER 'user\ns_12601974'@'localhost';
|
||||
CREATE USER 'user\ns_12601974'@'localhost';
|
||||
|
Reference in New Issue
Block a user