diff options
author | guilhem@mysql.com <> | 2003-08-25 14:13:58 +0200 |
---|---|---|
committer | guilhem@mysql.com <> | 2003-08-25 14:13:58 +0200 |
commit | 6c9cff9534dbf183666a04ca598be726a8da5b73 (patch) | |
tree | 5eaeaf155432b25ed8d2cf1b156f9df1e00d0ddd /sql/sql_class.h | |
parent | cc918272edb3e3d2cfb199ccdff54fc3710b63a1 (diff) | |
download | mariadb-git-6c9cff9534dbf183666a04ca598be726a8da5b73.tar.gz |
Clearer states in SHOW PROCESSLIST for replication threads.
For example the Binlog_dump thread (on the master) sometimes showed "Slave:".
And there were confusing messages where "binlog" was employed instead
of "relay log".
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r-- | sql/sql_class.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h index 9bf4dc852d7..64a314911ec 100644 --- a/sql/sql_class.h +++ b/sql/sql_class.h @@ -123,7 +123,7 @@ public: } void set_max_size(ulong max_size_arg); void signal_update() { pthread_cond_broadcast(&update_cond);} - void wait_for_update(THD* thd); + void wait_for_update(THD* thd, bool master_or_slave); void set_need_start_event() { need_start_event = 1; } void init(enum_log_type log_type_arg, enum cache_type io_cache_type_arg, |