Loading sql/sql_prepare.cc +13 −12 Original line number Diff line number Diff line Loading @@ -2085,7 +2085,8 @@ void reinit_stmt_before_use(THD *thd, LEX *lex) sl->exclude_from_table_unique_test= FALSE; /* Copy WHERE, HAVING clause pointers to avoid damaging them by optimisation Copy WHERE, HAVING clause pointers to avoid damaging them by optimisation */ if (sl->prep_where) { Loading Loading
sql/sql_prepare.cc +13 −12 Original line number Diff line number Diff line Loading @@ -2085,7 +2085,8 @@ void reinit_stmt_before_use(THD *thd, LEX *lex) sl->exclude_from_table_unique_test= FALSE; /* Copy WHERE, HAVING clause pointers to avoid damaging them by optimisation Copy WHERE, HAVING clause pointers to avoid damaging them by optimisation */ if (sl->prep_where) { Loading