mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-9038 Binlog encryption tests
- 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
This commit is contained in:
10
mysql-test/suite/binlog_encryption/rpl_packet.cnf
Normal file
10
mysql-test/suite/binlog_encryption/rpl_packet.cnf
Normal file
@ -0,0 +1,10 @@
|
||||
!include my.cnf
|
||||
|
||||
[mysqld.1]
|
||||
max_allowed_packet=1024
|
||||
net_buffer_length=1024
|
||||
|
||||
[mysqld.2]
|
||||
max_allowed_packet=1024
|
||||
net_buffer_length=1024
|
||||
slave_max_allowed_packet=1024
|
Reference in New Issue
Block a user