~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Lee Bieber
  • Date: 2011-04-02 03:51:56 UTC
  • mfrom: (2260.1.1 revert_slave)
  • Revision ID: kalebral@gmail.com-20110402035156-lhfvo7o6yqtli0xs
Merge Shrews - Revert the multi-master slave plugin changes.

Show diffs side-by-side

added added

removed removed

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