From 65daa271c15f93a0cad690341f26271584313a26 Mon Sep 17 00:00:00 2001 From: "joreland@mysql.com" <> Date: Fri, 25 Feb 2005 09:35:09 +0100 Subject: [PATCH] Cset exclude: joreland@mysql.com|ChangeSet|20050224071025|18754 --- sql/sql_parse.cc | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/sql/sql_parse.cc b/sql/sql_parse.cc index 8ba4e1e3a84..9a78daa1479 100644 --- a/sql/sql_parse.cc +++ b/sql/sql_parse.cc @@ -1865,11 +1865,7 @@ bool dispatch_command(enum enum_server_command command, THD *thd, mysqld_list_fields(thd,&table_list,fields); thd->lex->unit.cleanup(); thd->cleanup_after_query(); -#ifdef HAVE_INNOBASE_DB release_local_lock(thd, locked_tables, old_innodb_table_locks); -#else - release_local_lock(thd, locked_tables, false); -#endif break; } #endif @@ -4605,11 +4601,8 @@ cleanup: if (thd->lock == thd->locked_tables) thd->lock= 0; } -#ifdef HAVE_INNOBASE_DB + release_local_lock(thd, locked_tables, old_innodb_table_locks); -#else - release_local_lock(thd, locked_tables, false); -#endif DBUG_RETURN(res || thd->net.report_error); }