mirror of
https://github.com/MariaDB/server.git
synced 2025-11-25 17:25:02 +03:00
bugfix: garbage in PLUGIN_VAR_STR variables when INSTALL'ing a plugin mysql-test/include/default_mysqld.cnf: disable feedback plugin by default. when enabled - tag is as a test run
25 lines
599 B
INI
25 lines
599 B
INI
# Default values that applies to all MySQL Servers
|
|
[mysqld]
|
|
open-files-limit= 1024
|
|
local-infile
|
|
character-set-server= latin1
|
|
|
|
# Increase default connect_timeout to avoid intermittent
|
|
# disconnects when test servers are put under load see BUG#28359
|
|
connect-timeout= 60
|
|
|
|
log-bin-trust-function-creators=1
|
|
key_buffer_size= 1M
|
|
sort_buffer= 256K
|
|
max_heap_table_size= 1M
|
|
|
|
loose-skip-innodb
|
|
loose-skip-pbxt
|
|
loose-skip-feedback
|
|
loose-feedback-user-info= mysql-test
|
|
|
|
loose-innodb_data_file_path= ibdata1:10M:autoextend
|
|
|
|
slave-net-timeout=120
|
|
|