Skip to content

Commit

Permalink
Make sure to call Rowid_seq_cursor::next to not face infinite recursion
Browse files Browse the repository at this point in the history
  • Loading branch information
cvicentiu committed Sep 24, 2016
1 parent 0479639 commit 8b95e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/sql_window.cc
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ class Rowid_seq_cursor
{
seek_io_cache(io_cache, row_number * ref_length);
rownum= row_number;
next();
Rowid_seq_cursor::next();
}
else
{
Expand Down

0 comments on commit 8b95e7e

Please sign in to comment.