~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/lib/server_mgmt/drizzled.py

  • Committer: Mark Atwood
  • Date: 2011-07-06 23:13:00 UTC
  • mto: This revision was merged to the branch mainline in revision 2361.
  • Revision ID: me@mark.atwood.name-20110706231300-y49o7wu01avy1jh5
restore multi master replication

Show diffs side-by-side

added added

removed removed

Lines of Context:
197
197
 
198
198
       """
199
199
 
200
 
       config_data = [ "master-host=127.0.0.1"
 
200
       config_data = [ "[master1]"
 
201
                     , "master-host=127.0.0.1"
201
202
                     , "master-port=%d" %self.master_port
202
203
                     , "master-user=root"
203
204
                     , "master-pass=''"