From 0d19e878f220ec2d5ad35f98e220409b081b9b32 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. --- libmysqld/libmysql.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmysqld') diff --git a/libmysqld/libmysql.c b/libmysqld/libmysql.c index 9a17b9b4f09..cc10f2a4fb9 100644 --- a/libmysqld/libmysql.c +++ b/libmysqld/libmysql.c @@ -512,7 +512,7 @@ my_bool handle_local_infile(MYSQL *mysql, const char *net_filename) if (my_net_write(net, (uchar*) buf, readcount)) { DBUG_PRINT("error", - ("Lost connection to MySQL server during LOAD DATA of local file")); + ("Lost connection to MariaDB server during LOAD DATA of local file")); set_mysql_error(mysql, CR_SERVER_LOST, unknown_sqlstate); goto err; } -- cgit v1.2.1