Commit 697a9d01 authored by Igor Babaev's avatar Igor Babaev

Fixed a failure with --valgrind for cte_recursive.test.

parent f566a4f8
...@@ -350,7 +350,6 @@ void With_element::reset_recursive_for_exec() ...@@ -350,7 +350,6 @@ void With_element::reset_recursive_for_exec()
owner->with_prepared_anchor&= ~mutually_recursive; owner->with_prepared_anchor&= ~mutually_recursive;
owner->cleaned&= ~get_elem_map(); owner->cleaned&= ~get_elem_map();
cleanup_stabilized(); cleanup_stabilized();
rec_result->first_rec_table_to_update= 0;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment