Skip to content

mariadb: use option full name

godog requested to merge mariadb-options into master

mariadb server emits warnings otherwise:

Using unique option prefix 'key_buffer' is error-prone and can break in the future. Please use the full name 'key_buffer_size' instead.

Using unique option prefix 'sort_buffer' is error-prone and can break in the future. Please use the full name 'sort_buffer_size' instead.

Merge request reports