From 611f91605adce17df87acf96b5aede0b73d0fc12 Mon Sep 17 00:00:00 2001 From: Elena Stepanova Date: Mon, 5 Dec 2016 20:19:01 +0200 Subject: 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 --- mysql-test/suite/binlog_encryption/rpl_checksum.cnf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 mysql-test/suite/binlog_encryption/rpl_checksum.cnf (limited to 'mysql-test/suite/binlog_encryption/rpl_checksum.cnf') diff --git a/mysql-test/suite/binlog_encryption/rpl_checksum.cnf b/mysql-test/suite/binlog_encryption/rpl_checksum.cnf new file mode 100644 index 00000000000..9d7ada8c656 --- /dev/null +++ b/mysql-test/suite/binlog_encryption/rpl_checksum.cnf @@ -0,0 +1,10 @@ +!include my.cnf + +[mysqld.1] +binlog-checksum=CRC32 + +[mysqld.2] +binlog-checksum=CRC32 +plugin-load-add= @ENV.FILE_KEY_MANAGEMENT_SO +loose-file-key-management-filename=@ENV.MYSQLTEST_VARDIR/std_data/keys.txt +encrypt-binlog -- cgit v1.2.1