~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysql-test/suite/rpl/t/rpl_alter_db.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
source include/master-slave.inc;
 
2
connection master;
 
3
use mysql; # to be different from initial `test' db of mysqltest client
 
4
alter database collate latin1_bin;
 
5
save_master_pos;
 
6
 
 
7
connection slave;
 
8
sync_with_master;
 
9
 
 
10