Loading sql/sql_insert.cc +0 −2 Original line number Diff line number Diff line Loading @@ -2919,9 +2919,7 @@ static TABLE *create_table_from_items(THD *thd, HA_CREATE_INFO *create_info, save us from that ? */ table->reginfo.lock_type=TL_WRITE; #ifdef HAVE_ROW_BASED_REPLICATION hooks->prelock(&table, 1); // Call prelock hooks #endif if (! ((*lock)= mysql_lock_tables(thd, &table, 1, MYSQL_LOCK_IGNORE_FLUSH, ¬_used))) { Loading Loading
sql/sql_insert.cc +0 −2 Original line number Diff line number Diff line Loading @@ -2919,9 +2919,7 @@ static TABLE *create_table_from_items(THD *thd, HA_CREATE_INFO *create_info, save us from that ? */ table->reginfo.lock_type=TL_WRITE; #ifdef HAVE_ROW_BASED_REPLICATION hooks->prelock(&table, 1); // Call prelock hooks #endif if (! ((*lock)= mysql_lock_tables(thd, &table, 1, MYSQL_LOCK_IGNORE_FLUSH, ¬_used))) { Loading