diff options
author | Rucha Deodhar <rucha.deodhar@mariadb.com> | 2021-03-18 13:17:30 +0530 |
---|---|---|
committer | Rucha Deodhar <rucha.deodhar@mariadb.com> | 2021-04-09 21:38:57 +0530 |
commit | 0d19e878f220ec2d5ad35f98e220409b081b9b32 (patch) | |
tree | 6eb14b10c0349aad787dec2fa674d41c6e07971d /libmysqld | |
parent | de119fa2b65aa8f9300c8a01a9f4e1328881ec0e (diff) | |
download | mariadb-git-bb-10.6-MDEV-22189.tar.gz |
MDEV-22189: Change error messages inside code to have mariadb instead ofbb-10.6-MDEV-22189
mysql
Fix: Changed error messages, rerecorded results and changed other relevant
files.
Diffstat (limited to 'libmysqld')
-rw-r--r-- | libmysqld/libmysql.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |