diff options
author | Sachin Setiya <sachinsetia1001@gmail.com> | 2017-11-03 12:34:05 +0530 |
---|---|---|
committer | Sachin Setiya <sachinsetia1001@gmail.com> | 2017-11-03 12:34:05 +0530 |
commit | 3cecb1bab381c256e43f0f095a7a02b115dfc7bc (patch) | |
tree | a0793f42f4e1d9269dba2d08acb5a4a917470ab9 /sql/slave.cc | |
parent | 53b4185e5823d784c9f358ac01ec18c5bab7e208 (diff) | |
parent | c3592ca7b8864a2492d98db4d45a7684e979301d (diff) | |
download | mariadb-git-3cecb1bab381c256e43f0f095a7a02b115dfc7bc.tar.gz |
Merge tag 'mariadb-10.0.33' into bb-10.0-galerabb-10.0-sachin-galera
Diffstat (limited to 'sql/slave.cc')
-rw-r--r-- | sql/slave.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/slave.cc b/sql/slave.cc index f785e4f345c..a633722db16 100644 --- a/sql/slave.cc +++ b/sql/slave.cc @@ -2992,7 +2992,6 @@ static int init_slave_thread(THD* thd, Master_info *mi, thd->enable_slow_log= opt_log_slow_slave_statements; thd->variables.log_slow_filter= global_system_variables.log_slow_filter; set_slave_thread_options(thd); - thd->client_capabilities = CLIENT_LOCAL_FILES; mysql_mutex_lock(&LOCK_thread_count); thd->thread_id= thd->variables.pseudo_thread_id= thread_id++; mysql_mutex_unlock(&LOCK_thread_count); |