mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
workaround for MDEV-33218
This commit is contained in:
@@ -4146,9 +4146,12 @@ void st_select_lex::fix_prepare_information(THD *thd, Item **conds,
|
|||||||
{
|
{
|
||||||
Query_arena_stmt on_stmt_arena(thd);
|
Query_arena_stmt on_stmt_arena(thd);
|
||||||
changed_elements|= TOUCHED_SEL_COND;
|
changed_elements|= TOUCHED_SEL_COND;
|
||||||
|
/*
|
||||||
|
TODO: return after MDEV-33218 fix
|
||||||
DBUG_ASSERT(
|
DBUG_ASSERT(
|
||||||
active_arena->is_stmt_prepare_or_first_stmt_execute() ||
|
active_arena->is_stmt_prepare_or_first_stmt_execute() ||
|
||||||
active_arena->state == Query_arena::STMT_SP_QUERY_ARGUMENTS);
|
active_arena->state == Query_arena::STMT_SP_QUERY_ARGUMENTS);
|
||||||
|
*/
|
||||||
if (group_list.first)
|
if (group_list.first)
|
||||||
{
|
{
|
||||||
if (!group_list_ptrs)
|
if (!group_list_ptrs)
|
||||||
|
Reference in New Issue
Block a user