Skip to content

Commit 9ee6578

Browse files
author
Venkatesh Duggirala
committed
Merge branch 'mysql-5.5' into mysql-5.6
2 parents ac02752 + d75f8a1 commit 9ee6578

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sql/rpl_slave.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3419,7 +3419,6 @@ static int init_slave_thread(THD* thd, SLAVE_THD_TYPE thd_type)
34193419
thd->slave_thread = 1;
34203420
thd->enable_slow_log= opt_log_slow_slave_statements;
34213421
set_slave_thread_options(thd);
3422-
thd->client_capabilities = CLIENT_LOCAL_FILES;
34233422
mysql_mutex_lock(&LOCK_thread_count);
34243423
thd->thread_id= thd->variables.pseudo_thread_id= thread_id++;
34253424
mysql_mutex_unlock(&LOCK_thread_count);

0 commit comments

Comments
 (0)