← Back to team overview

maria-developers team mailing list archive

Re: [Commits] fbe0fc2: Fixed mdev-14879 Lost rows for query using recursive CTE

 

Hi, Igor!

Am 06.01.2018 um 18:32 schrieb IgorBabaev:
revision-id: fbe0fc2d87cb1bdb9f7040d44ad3c58a94857e20 (mariadb-10.2.12-14-gfbe0fc2)
parent(s): 15b1840f43be8c660382458826e9d5a47d148a67
author: Igor Babaev
committer: Igor Babaev
timestamp: 2018-01-06 09:32:47 -0800
message:

Fixed mdev-14879 Lost rows for query using recursive CTE
with recursive reference in subquery

If a recursive CTE uses a subquery with recursive reference then
the virtual function reset() must be called after each iteration
performed at the execution of the CTE.

OK to push.

[skip]