diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2017-12-14 11:34:30 +0200 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2017-12-14 11:34:30 +0200 |
commit | 866ccc8890a3932e260e43fa5fc7ab8170e6cc3d (patch) | |
tree | 33a95867072308d4973d3a812bcc088dcbf55a64 /sql/sql_show.cc | |
parent | 159a6c2e608d04732cb678c7691345b9b1dc69b1 (diff) | |
parent | 1b5f0cbd465f92ffc278a924e765e41413d97420 (diff) | |
download | mariadb-git-866ccc8890a3932e260e43fa5fc7ab8170e6cc3d.tar.gz |
Merge bb-10.2-ext into 10.3
Diffstat (limited to 'sql/sql_show.cc')
-rw-r--r-- | sql/sql_show.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_show.cc b/sql/sql_show.cc index c374425f74a..8ac472bd626 100644 --- a/sql/sql_show.cc +++ b/sql/sql_show.cc @@ -2791,6 +2791,7 @@ void mysqld_list_processes(THD *thd,const char *user, bool verbose) { thd_info->proc_info= "Busy"; thd_info->progress= 0.0; + thd_info->db= ""; } thd_info->state_info= thread_state_info(tmp); |