mirror of
https://github.com/MariaDB/server.git
synced 2026-05-04 14:15:33 +02:00
bugfix: non-deterministic vcols in partitioning
This commit is contained in:
parent
d1f3763323
commit
2a0f7a34d6
6 changed files with 34 additions and 0 deletions
|
|
@ -3339,6 +3339,8 @@ partititon_err:
|
|||
outparam->file= 0; // For easier error checking
|
||||
outparam->db_stat=0;
|
||||
thd->lex->context_analysis_only= save_context_analysis_only;
|
||||
if (outparam->expr_arena)
|
||||
outparam->expr_arena->free_items();
|
||||
free_root(&outparam->mem_root, MYF(0)); // Safe to call on bzero'd root
|
||||
outparam->alias.free();
|
||||
DBUG_RETURN (error);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue