Fixed missing DBUG_RETURN

This commit is contained in:
Sergey Vojtovich 2017-03-01 11:41:48 +04:00
parent e9ad4bdb42
commit c1c5b7a8d2

View File

@ -1430,7 +1430,7 @@ uint any_slave_sql_running()
if (unlikely(shutdown_in_progress || !master_info_index))
{
mysql_mutex_unlock(&LOCK_active_mi);
return 1;
DBUG_RETURN(1);
}
hash= &master_info_index->master_info_hash;
for (uint i= 0; i< hash->records; ++i)