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

Add missing DBUG_RETURN

This commit is contained in:
Vicențiu Ciorbaru
2017-03-03 20:16:16 +02:00
parent 606a4a4847
commit f4806772d3

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)