Commit 3ec84b1a authored by unknown's avatar unknown
Browse files

Addition to fix for

BUG#18036 - update of table joined to self reports table as crashed

Set exclude_from_table_unique_test value back to FALSE. It is needed for
further check in multi_update::prepare whether to use record cache.


sql/sql_update.cc:
  Set exclude_from_table_unique_test value back to FALSE. It is needed for
  further check in multi_update::prepare whether to use record cache.
parent eeb29b5f
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -859,6 +859,11 @@ bool mysql_multi_update_prepare(THD *thd)
      }
    }
  }
  /*
    Set exclude_from_table_unique_test value back to FALSE. It is needed for
    further check in multi_update::prepare whether to use record cache.
  */
  lex->select_lex.exclude_from_table_unique_test= FALSE;
 
  if (thd->fill_derived_tables() &&
      mysql_handle_derived(lex, &mysql_derived_filling))