~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/include/analyze_failure_sync_with_master.test

  • Committer: Mark Atwood
  • Date: 2011-12-14 18:12:05 UTC
  • mfrom: (2465.1.4 drizzle)
  • Revision ID: me@mark.atwood.name-20111214181205-tkz0lq9c4c0ptrwo
mergeĀ lp:~brianaker/drizzle/fix-localhost

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
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,);
 
2
connect (master,localhost,root,,test,$MASTER_MYPORT,);
 
3
connect (slave,localhost,root,,test,$SLAVE_MYPORT,);
4
4
 
5
5
vertical_results;
6
6