You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rb_mysql_result_free_result is now executed if the result is 0 rows. (#1399)
When there are 0 rows in the result, the condition to load the cache from the beginning
(lastRowProcessed == numberOfRows) is met, and the else route is not entered.
To resolve this, the else route is always entered first.
0 commit comments