[MDEV-8539] Max values for rowid_merge_buff_size stand out against other variables Created: 2015-07-24  Updated: 2015-07-24

Status: Open
Project: MariaDB Server
Component/s: OTHER
Affects Version/s: 10.1
Fix Version/s: 10.1

Type: Bug Priority: Trivial
Reporter: Elena Stepanova Assignee: Sergei Golubchik
Resolution: Unresolved Votes: 0
Labels: None


 Description   

Note: probably earlier versions are also affected, I didn't check.

Max values for rowid_merge_buff_size are:

64-bit unix 9223372036854775807 (type BIGINT UNSIGNED)
32-bit unix 2147483647 (type INT UNSIGNED)
 
64-bit win  4294967295 (type INT UNSIGNED)
32-bit win  2147483647 (type INT UNSIGNED)

It's not dangerous or anything, just weird.
BIGINT UNSIGNED with the max value 9223372036854775807 is strange in itself, but not unique (at least there are also myisam_max_sort_file_size and aria_max_sort_file_size). However, it seems to be the only variable where 9223372036854775807 translates into 4294967295 on Windows. Just want to make sure it's intentional.


Generated at Thu Feb 08 07:27:55 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.