1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Optimizations

This commit is contained in:
monty@mysql.com
2004-03-15 12:53:27 +02:00
parent 42c19ada56
commit cf66e187e2
5 changed files with 16 additions and 19 deletions

View File

@@ -662,8 +662,6 @@ err:
int start_slave(THD* thd , MASTER_INFO* mi, bool net_report)
{
int slave_errno= 0;
if (!thd)
thd = current_thd;
int thread_mask;
DBUG_ENTER("start_slave");