mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-16697: Fix difference between 32bit/windows and 64bit systems in allowed select nest level
This commit is contained in:
@ -3041,7 +3041,7 @@ void reinit_stmt_before_use(THD *thd, LEX *lex)
|
||||
lex->result->cleanup();
|
||||
lex->result->set_thd(thd);
|
||||
}
|
||||
lex->allow_sum_func= 0;
|
||||
lex->allow_sum_func.clear_all();
|
||||
lex->in_sum_func= NULL;
|
||||
DBUG_VOID_RETURN;
|
||||
}
|
||||
|
Reference in New Issue
Block a user