summaryrefslogtreecommitdiff
path: root/mysql-test/suite/rpl/my.cnf
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/rpl/my.cnf')
-rw-r--r--mysql-test/suite/rpl/my.cnf14
1 files changed, 14 insertions, 0 deletions
diff --git a/mysql-test/suite/rpl/my.cnf b/mysql-test/suite/rpl/my.cnf
new file mode 100644
index 00000000000..c57cc775ec3
--- /dev/null
+++ b/mysql-test/suite/rpl/my.cnf
@@ -0,0 +1,14 @@
+# Use settings from rpl_1slave_raw.cnf
+# add setting to connect the slave to the master by default
+!include rpl_1slave_base.cnf
+
+[mysqld.2]
+# Hardcode the host to 127.0.0.1 until running on more
+# than one host and it need to be masked
+# master-host= @mysqld.1.#host
+master-host= 127.0.0.1
+master-port= @mysqld.1.port
+master-password= @mysqld.1.#password
+master-user= @mysqld.1.#user
+master-connect-retry= 1
+