mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-7481 Replace max_long_data_size functionality with max_allowed_packet
This commit is contained in:
@@ -567,10 +567,6 @@ The following specify which files/extra groups are read (specified before remain
|
||||
max_join_size records return an error
|
||||
--max-length-for-sort-data=#
|
||||
Max number of bytes in sorted records
|
||||
--max-long-data-size=#
|
||||
The maximum BLOB length to send to server from
|
||||
mysql_send_long_data API. Deprecated option; use
|
||||
max_allowed_packet instead.
|
||||
--max-password-errors=#
|
||||
If there is more than this number of failed connect
|
||||
attempts due to invalid password, user will be blocked
|
||||
@@ -1571,7 +1567,6 @@ max-error-count 64
|
||||
max-heap-table-size 16777216
|
||||
max-join-size 18446744073709551615
|
||||
max-length-for-sort-data 1024
|
||||
max-long-data-size 16777216
|
||||
max-password-errors 18446744073709551615
|
||||
max-prepared-stmt-count 16382
|
||||
max-recursive-iterations 18446744073709551615
|
||||
|
Reference in New Issue
Block a user