summaryrefslogtreecommitdiff
path: root/mysql-test/suite/binlog_encryption/rpl_checksum.cnf
diff options
context:
space:
mode:
authorElena Stepanova <elenst@montyprogram.com>2016-12-05 20:19:01 +0200
committerElena Stepanova <elenst@montyprogram.com>2016-12-05 20:19:01 +0200
commit611f91605adce17df87acf96b5aede0b73d0fc12 (patch)
tree56fef212fc7f88802e0415e4c90c29c62e0b5cdf /mysql-test/suite/binlog_encryption/rpl_checksum.cnf
parent9199d727598d60e2e56cebaadb74f4fb042cbcd4 (diff)
downloadmariadb-git-611f91605adce17df87acf96b5aede0b73d0fc12.tar.gz
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
Diffstat (limited to 'mysql-test/suite/binlog_encryption/rpl_checksum.cnf')
-rw-r--r--mysql-test/suite/binlog_encryption/rpl_checksum.cnf10
1 files changed, 10 insertions, 0 deletions
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