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 /sql/sql_show.cc | |
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 'sql/sql_show.cc')
-rw-r--r-- | sql/sql_show.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_show.cc b/sql/sql_show.cc index b1cc696e9fe..8335eb0f7fa 100644 --- a/sql/sql_show.cc +++ b/sql/sql_show.cc @@ -10068,7 +10068,7 @@ char *thd_get_error_context_description(THD *thd, char *buffer, size_t len; len= my_snprintf(header, sizeof(header), - "MySQL thread id %u, OS thread handle %lu, query id %llu", + "MariaDB thread id %u, OS thread handle %lu, query id %llu", (uint)thd->thread_id, (ulong) thd->real_id, (ulonglong) thd->query_id); str.length(0); str.append(header, len); |