diff options
Diffstat (limited to 'sql/lock.cc')
-rw-r--r-- | sql/lock.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/lock.cc b/sql/lock.cc index 5f1141cc841..9cd0dcce610 100644 --- a/sql/lock.cc +++ b/sql/lock.cc @@ -622,7 +622,7 @@ static MYSQL_LOCK *get_lock_data(THD *thd, TABLE **table_ptr, uint count, table_ptr[i], count, (thd == logger.get_general_log_thd()) || (thd == logger.get_slow_log_thd()))) - return 0; + DBUG_RETURN(0); } if (!(sql_lock= (MYSQL_LOCK*) |