Commit 571a8f4a authored by Norio Akagi's avatar Norio Akagi Committed by Daniel Black

MDEV-27892 Improve an error message for foreign server exists (backport)

Improve and add more languages for the ERROR 1476: Foreign Server
already exists.
parent a2bdd528
......@@ -694,7 +694,7 @@ EXECUTE stmt_1;
# results in emitting the error ER_FOREIGN_SERVER_EXISTS
# since a server with same has just been created.
EXECUTE stmt_1;
ERROR HY000: The foreign server, s, you are trying to create already exists
ERROR HY000: Cannot create foreign server 's' as it already exists
EXECUTE stmt_2;
# Execute the same prepared statement the second time to check that
# no internal structures used for handling the 'ALTER SERVER' statement
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment