~ubuntu-branches/ubuntu/precise/mysql-5.1/precise

« back to all changes in this revision

Viewing changes to mysql-test/include/show_rpl_debug_info.inc

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2010-06-21 15:31:05 UTC
  • mfrom: (1.1.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20100621153105-pbbz3t6nyrf9t2zq
Tags: upstream-5.1.48
ImportĀ upstreamĀ versionĀ 5.1.48

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
--echo
37
37
--echo [on $_con]
38
38
--echo
 
39
SELECT NOW();
39
40
--echo **** SHOW SLAVE STATUS on $_con ****
40
41
query_vertical SHOW SLAVE STATUS;
41
42
--echo
70
71
  --echo [on $_master_con]
71
72
  connection $_master_con;
72
73
  --echo
 
74
  SELECT NOW();
73
75
  --echo **** SHOW MASTER STATUS on $_master_con ****
74
76
  query_vertical SHOW MASTER STATUS;
75
77
  --echo