mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
test.cnf files should !include default_my.cnf
not default_mysqld.cnf. The latter has only server settings, it misses mtr-specific client configuration Except for spider, that doesn't use mysqld.1 server and default_my.cnf starts it automatically. Spider tests have to include both default_mysqld.cnf and default_client.cnf
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
# Check server start options, read from a .cnf file
|
||||
|
||||
# Use default setting for mysqld processes
|
||||
!include include/default_mysqld.cnf
|
||||
!include include/default_my.cnf
|
||||
|
||||
[mysqld.1]
|
||||
loose-performance-schema-max-thread_instances=318
|
||||
|
Reference in New Issue
Block a user