Do not truncate integers on 32-bit systems in Rows_event_tracker
commit 3dc3ab1a introduced Rows_event_tracker, using a mismatch of size_t (the native register width) and my_off_t (the file offset width, usually 64 bits). Use my_off_t both in member fields and member functions.
Showing
Please register or sign in to comment