mirror of
https://github.com/MariaDB/server.git
synced 2026-02-06 10:49:07 +01:00
When adding in variable type binlog_row_event_fragment_threshold, it was made a ulong to mimick max_allowed_packet and slave_max_allowed_packet variables (as they are intertwined). However, using ulong is bad practice as it has a different type depending on the architecture. This is shown by test sys_vars.sysvars_server_notembedded where the variable shows as `BIGINT UNSIGNED` on 64-bit systems, and `INT UNSIGNED` on 32-bit systems. This patch updates the variable to be uint (32-bit), as there is a fundamental limitation of 4GB on event size, so the new Partial_rows_log_event event couldn't exceed that size anyway. Signed-off-by: Brandon Nesterenko <brandon.nesterenko@mariadb.com> |
||
|---|---|---|
| .. | ||
| inc | ||
| r | ||
| t | ||
| disabled.def | ||