~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/include/master-slave.inc

  • Committer: Mark Atwood
  • Date: 2011-11-22 17:04:41 UTC
  • mfrom: (2462.1.3 drizzle-include)
  • Revision ID: me@mark.atwood.name-20111122170441-5dehm0e0ax20z19b
mergeĀ lp:~brianaker/drizzle/fedora-16-fixes

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,localhost,root,,test,$MASTER_MYPORT,);
5
 
connect (master1,localhost,root,,test,$MASTER_MYPORT,);
6
 
connect (slave,localhost,root,,test,$SLAVE_MYPORT,);
7
 
connect (slave1,localhost,root,,test,$SLAVE_MYPORT,);
8
 
 
9
 
 
10
 
# Set the default connection to 'master'
11
 
connection master;