diff options
author | Igor Babaev <igor@askmonty.org> | 2016-09-19 09:53:36 -0700 |
---|---|---|
committer | Igor Babaev <igor@askmonty.org> | 2016-09-19 09:53:36 -0700 |
commit | 697a9d0163f401bcb90028f423ec1ddf315645b4 (patch) | |
tree | d75191d892cfee2224ae173fa75632b410f095c4 /sql/sql_cte.h | |
parent | f566a4f83c8c255e0192afa525fdeb0897927167 (diff) | |
download | mariadb-git-697a9d0163f401bcb90028f423ec1ddf315645b4.tar.gz |
Fixed a failure with --valgrind for cte_recursive.test.
Diffstat (limited to 'sql/sql_cte.h')
-rw-r--r-- | sql/sql_cte.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_cte.h b/sql/sql_cte.h index 89223170261..38442252f5c 100644 --- a/sql/sql_cte.h +++ b/sql/sql_cte.h @@ -350,7 +350,6 @@ void With_element::reset_recursive_for_exec() owner->with_prepared_anchor&= ~mutually_recursive; owner->cleaned&= ~get_elem_map(); cleanup_stabilized(); - rec_result->first_rec_table_to_update= 0; } |