mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
611f91605a
- created binlog_encryption test suite and added it to the default list - moved some tests from rpl, binlog and multisource suites to extra so that they could be re-used in different suites - made minor changes in include files
12 lines
251 B
INI
12 lines
251 B
INI
!include my.cnf
|
|
|
|
[mysqld.1]
|
|
encrypt-binlog=0
|
|
|
|
[mysqld.2]
|
|
#log-slave-updates
|
|
encrypt-binlog
|
|
plugin-load-add= @ENV.FILE_KEY_MANAGEMENT_SO
|
|
file-key-management
|
|
loose-file-key-management-filename= @ENV.MYSQL_TEST_DIR/std_data/keys.txt
|
|
binlog_checksum=NONE
|