Skip to content
Permalink
Browse files
MDEV-27892 Improve an error message for foreign server exists (backport)
Improve and add more languages for the ERROR 1476: Foreign Server
already exists.
  • Loading branch information
rdtr authored and grooverdan committed May 24, 2022
1 parent a2bdd52 commit 571a8f4
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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

0 comments on commit 571a8f4

Please sign in to comment.