diff options
author | Sergei Golubchik <serg@mariadb.org> | 2018-01-17 00:45:02 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2018-01-17 00:45:02 +0100 |
commit | 8f102b584d4e8f02da924f9be094014136eb453f (patch) | |
tree | 80e98303b2960d477e1e2223b0a986f5fd6edf0a /sql/sql_union.cc | |
parent | 715a507e3368451b824f211dea34a55c5d4dac1d (diff) | |
parent | d87531a6a053fdf8bc828857d9cdc11a97026ad6 (diff) | |
download | mariadb-git-8f102b584d4e8f02da924f9be094014136eb453f.tar.gz |
Merge branch 'github/10.3' into bb-10.3-temporalmariadb-10.3.4
Diffstat (limited to 'sql/sql_union.cc')
-rw-r--r-- | sql/sql_union.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_union.cc b/sql/sql_union.cc index dda57cc5b4d..f18d30a45c0 100644 --- a/sql/sql_union.cc +++ b/sql/sql_union.cc @@ -1710,6 +1710,7 @@ bool st_select_lex_unit::exec_recursive() sq; sq= sq->next_with_rec_ref) { + sq->reset(); sq->engine->force_reexecution(); } |