mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext
This commit is contained in:
@ -1811,7 +1811,7 @@ public:
|
||||
private:
|
||||
void move_cursor_if_possible()
|
||||
{
|
||||
int rows_difference= n_rows - n_rows_behind;
|
||||
longlong rows_difference= n_rows - n_rows_behind;
|
||||
if (rows_difference > 0) /* We still have to wait. */
|
||||
return;
|
||||
|
||||
|
Reference in New Issue
Block a user