~stewart/drizzle/embedded-innodb-create-select-transaction-arrgh

« back to all changes in this revision

Viewing changes to mysql-test/include/master-slave.inc

  • Committer: brian
  • Date: 2008-06-25 05:29:13 UTC
  • Revision ID: brian@localhost.localdomain-20080625052913-6upwo0jsrl4lnapl
clean slate

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Replication tests need binlog
 
2
source include/have_log_bin.inc;
 
3
 
 
4
connect (master,127.0.0.1,root,,test,$MASTER_MYPORT,);
 
5
connect (master1,127.0.0.1,root,,test,$MASTER_MYPORT,);
 
6
connect (slave,127.0.0.1,root,,test,$SLAVE_MYPORT,);
 
7
connect (slave1,127.0.0.1,root,,test,$SLAVE_MYPORT,);
 
8
 
 
9
-- source include/master-slave-reset.inc
 
10
 
 
11
# Set the default connection to 'master'
 
12
connection master;