Commit 8b95e7eb authored by Vicențiu Ciorbaru's avatar Vicențiu Ciorbaru

Make sure to call Rowid_seq_cursor::next to not face infinite recursion

parent 04796392
...@@ -641,7 +641,7 @@ class Rowid_seq_cursor ...@@ -641,7 +641,7 @@ class Rowid_seq_cursor
{ {
seek_io_cache(io_cache, row_number * ref_length); seek_io_cache(io_cache, row_number * ref_length);
rownum= row_number; rownum= row_number;
next(); Rowid_seq_cursor::next();
} }
else else
{ {
......
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