~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/include/wait_slave_status.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:
28
28
#    outputs
29
29
#       show slave status;
30
30
#       Slave_IO_State  #
31
 
#       Master_Host     127.0.0.1
 
31
#       Master_Host     localhost
32
32
#       Master_User     root
33
33
#       Master_Port     MASTER_MYPORT
34
34
#       Connect_Retry   1
71
71
#
72
72
# The expected result follows the LIKE pattern:
73
73
#
74
 
#   let $result_pattern= '%127.0.0.1%root%1%master-bin.000001%776%slave-relay-bin.000004%master-bin.000001%Yes%No%0%0%319%Master%master-bin.000001%319%No%';
 
74
#   let $result_pattern= '%localhost%root%1%master-bin.000001%776%slave-relay-bin.000004%master-bin.000001%Yes%No%0%0%319%Master%master-bin.000001%319%No%';
75
75
#
76
76
# The Slave_IO_Running value is the "Yes" just after the "master-bin.000001".
77
77
#