Loading sql/sql_base.cc +1 −1 Original line number Diff line number Diff line Loading @@ -1714,7 +1714,7 @@ int open_and_lock_tables(THD *thd, TABLE_LIST *tables) SYNOPSIS open_normal_and_derived_tables thd - thread handler tables - list of tables for open&locking tables - list of tables for open RETURN FALSE - ok Loading sql/sql_parse.cc +0 −13 Original line number Diff line number Diff line Loading @@ -2517,11 +2517,6 @@ mysql_execute_command(THD *thd) */ start_waiting_global_read_lock(thd); // put tables back for PS rexecuting tables= lex->link_first_table_back(tables, create_table, create_table_local); break; unsent_create_error: // put tables back for PS rexecuting tables= lex->link_first_table_back(tables, create_table, Loading Loading @@ -3694,14 +3689,6 @@ purposes internal to the MySQL server", MYF(0)); thd->lock= 0; } DBUG_VOID_RETURN; error1: /* Release the protection against the global read lock and wake everyone, who might want to set a global read lock. */ start_waiting_global_read_lock(thd); DBUG_VOID_RETURN; } Loading Loading
sql/sql_base.cc +1 −1 Original line number Diff line number Diff line Loading @@ -1714,7 +1714,7 @@ int open_and_lock_tables(THD *thd, TABLE_LIST *tables) SYNOPSIS open_normal_and_derived_tables thd - thread handler tables - list of tables for open&locking tables - list of tables for open RETURN FALSE - ok Loading
sql/sql_parse.cc +0 −13 Original line number Diff line number Diff line Loading @@ -2517,11 +2517,6 @@ mysql_execute_command(THD *thd) */ start_waiting_global_read_lock(thd); // put tables back for PS rexecuting tables= lex->link_first_table_back(tables, create_table, create_table_local); break; unsent_create_error: // put tables back for PS rexecuting tables= lex->link_first_table_back(tables, create_table, Loading Loading @@ -3694,14 +3689,6 @@ purposes internal to the MySQL server", MYF(0)); thd->lock= 0; } DBUG_VOID_RETURN; error1: /* Release the protection against the global read lock and wake everyone, who might want to set a global read lock. */ start_waiting_global_read_lock(thd); DBUG_VOID_RETURN; } Loading