Add tests from develop
Added tests from develop. The test results need to be modified for 2.0.
This commit is contained in:
12
maxscale-system-test/binlog_enc_aes_cbc.cnf
Normal file
12
maxscale-system-test/binlog_enc_aes_cbc.cnf
Normal file
@ -0,0 +1,12 @@
|
||||
[mysqld]
|
||||
plugin-load-add=file_key_management.so
|
||||
file_key_management_encryption_algorithm=aes_cbc
|
||||
file_key_management_filename = /etc/mariadb_binlog_keys.txt
|
||||
encrypt-binlog=1
|
||||
|
||||
# Enable checksum
|
||||
binlog_checksum=CRC32
|
||||
|
||||
#Enable large packets handling
|
||||
max_allowed_packet=1042M
|
||||
innodb_log_file_size=142M
|
Reference in New Issue
Block a user