diff options
author | Norio Akagi <redtree.dev1112@gmail.com> | 2022-05-09 21:08:33 -0700 |
---|---|---|
committer | Daniel Black <daniel@mariadb.org> | 2022-05-24 11:03:30 +1000 |
commit | 571a8f4a086470d5cf6fc4ccd3ec755ee67f87d7 (patch) | |
tree | 47a89cd3581d7f94d84a66dfae769db253f09923 | |
parent | a2bdd528358418608e5bacf17a0d70da83b763d5 (diff) | |
download | mariadb-git-571a8f4a086470d5cf6fc4ccd3ec755ee67f87d7.tar.gz |
MDEV-27892 Improve an error message for foreign server exists (backport)
Improve and add more languages for the ERROR 1476: Foreign Server
already exists.
-rw-r--r-- | mysql-test/main/ps_missed_cmds.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/main/ps_missed_cmds.result b/mysql-test/main/ps_missed_cmds.result index 1d996141adf..d1a15f5504b 100644 --- a/mysql-test/main/ps_missed_cmds.result +++ b/mysql-test/main/ps_missed_cmds.result @@ -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 |