[MDEV-31932] The max value of join_buffer_space_limit is inconsistent between the code and the documentation Created: 2023-08-16  Updated: 2023-09-17  Resolved: 2023-09-17

Status: Closed
Project: MariaDB Server
Component/s: Documentation
Affects Version/s: None
Fix Version/s: N/A

Type: Bug Priority: Major
Reporter: fuying Assignee: Ian Gilfillan
Resolution: Fixed Votes: 0
Labels: None


 Description   

In documentation: "Range: 2048 to 99999999997952"
In code: VALID_RANGE(2048, ULONGLONG_MAX)
But ULONGLONG_MAX=18446744073709551615.

https://github.com/MariaDB/server/blob/ffc088634101e73d6191133deffa86b1e2e96ced/sql/sys_vars.cc#L6723

https://mariadb.com/kb/en/server-system-variables/#join_buffer_space_limit


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