~linuxjedi/drizzle/trunk-bug-667053

« back to all changes in this revision

Viewing changes to mysql-test/include/analyze_failure_sync_with_master.test

  • 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
# Connect to both master and slave
 
2
connect (master,127.0.0.1,root,,test,$MASTER_MYPORT,);
 
3
connect (slave,127.0.0.1,root,,test,$SLAVE_MYPORT,);
 
4
 
 
5
vertical_results;
 
6
 
 
7
echo == MASTER ===========================================================;
 
8
connection master;
 
9
show master status;
 
10
show slave status;
 
11
 
 
12
echo == SLAVE ===========================================================;
 
13
connection slave;
 
14
show master status;
 
15
show slave status;