[MDEV-28287] Missmatch between docu and MariaDB defaults Created: 2022-04-11 Updated: 2022-05-11 Resolved: 2022-05-11 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Documentation, Server |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Minor |
| Reporter: | Oli Sennhauser | Assignee: | Ian Gilfillan |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
On one side MariaDB documentations states for: max_allowed_packet (server): "If this value is changed, it should be changed on the client side as well." net_buffer_size (mariadb-dump): "If you increase this variable, you should also ensure that the net_buffer_length variable in the MariaDB server is at least this large." On the other hand the defaults are: SQL> SHOW GLOBAL VARIABLES LIKE ...
-------------------
mariadb-dump --help | grep -e buffer -e allow mariadb --help | grep -e buffer -e allow So make the docu fitting the defaults or the other way around... Sources: |