From 4e19539c1484a9b23e01601f88b14c450279780a Mon Sep 17 00:00:00 2001 From: Rucha Deodhar Date: Thu, 18 Mar 2021 13:17:30 +0530 Subject: MDEV-22189: Change error messages inside code to have mariadb instead of mysql Fix: Changed error messages, rerecorded results and changed other relevant files. --- storage/spider/spd_err.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'storage/spider') diff --git a/storage/spider/spd_err.h b/storage/spider/spd_err.h index 60b2a084714..e9a4a41946e 100644 --- a/storage/spider/spd_err.h +++ b/storage/spider/spd_err.h @@ -96,7 +96,7 @@ #define ER_SPIDER_ALTER_BEFORE_UNLOCK_NUM 12622 #define ER_SPIDER_ALTER_BEFORE_UNLOCK_STR "Can't use this operation before executing 'unlock tables'" #define ER_SPIDER_REMOTE_SERVER_GONE_AWAY_NUM 12701 -#define ER_SPIDER_REMOTE_SERVER_GONE_AWAY_STR "Remote MySQL server has gone away" +#define ER_SPIDER_REMOTE_SERVER_GONE_AWAY_STR "Remote MariaDB server has gone away" #define ER_SPIDER_REMOTE_SERVER_GONE_AWAY_LEN (sizeof(ER_SPIDER_REMOTE_SERVER_GONE_AWAY_STR) - 1) #define ER_SPIDER_REMOTE_TABLE_NOT_FOUND_NUM 12702 #define ER_SPIDER_REMOTE_TABLE_NOT_FOUND_STR "Remote table '%s.%s' is not found" -- cgit v1.2.1