summaryrefslogtreecommitdiff
path: root/mysql-test/suite/binlog_encryption/multisource.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/multisource.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/multisource.cnf')
-rw-r--r--mysql-test/suite/binlog_encryption/multisource.cnf17
1 files changed, 17 insertions, 0 deletions
diff --git a/mysql-test/suite/binlog_encryption/multisource.cnf b/mysql-test/suite/binlog_encryption/multisource.cnf
new file mode 100644
index 00000000000..52db51d9086
--- /dev/null
+++ b/mysql-test/suite/binlog_encryption/multisource.cnf
@@ -0,0 +1,17 @@
+!include my.cnf
+
+[mysqld.1]
+log-bin=master-bin
+
+[mysqld.2]
+log-bin=master-bin
+
+[mysqld.3]
+innodb
+log-bin=slave-bin
+server-id=3
+log-warnings=2
+
+[ENV]
+SERVER_MYPORT_3= @mysqld.3.port
+SERVER_MYSOCK_3= @mysqld.3.socket