Post-merge fixes.
sql/sql_insert.cc: Removing HAVE_ROW_BASED_REPLICATION conditional that is no longer used.
This commit is contained in:
parent
1b97a266a4
commit
4c04fa4df2
@ -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…
x
Reference in New Issue
Block a user