Commit 4c04fa4d authored by unknown's avatar unknown
Browse files

Post-merge fixes.


sql/sql_insert.cc:
  Removing HAVE_ROW_BASED_REPLICATION conditional that is no longer used.
parent 1b97a266
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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, &not_used)))
  {