~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/include/master-slave-reset.inc

  • 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:
33
33
--disable_query_log
34
34
eval CHANGE MASTER TO MASTER_USER='root',
35
35
                      MASTER_CONNECT_RETRY=1,
36
 
                      MASTER_HOST='127.0.0.1',
 
36
                      MASTER_HOST='localhost',
37
37
                      MASTER_PORT=$MASTER_MYPORT;
38
38
--enable_query_log
39
39