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

« back to all changes in this revision

Viewing changes to mysql-test/include/check_slave_no_error.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:
 
1
# ==== Purpose ====
 
2
#
 
3
# Assert that Slave_SQL_Error and Slave_IO_Error are empty.
 
4
#
 
5
# ==== Usage ====
 
6
#
 
7
# --let $slave_param= Exec_Master_Log_Pos
 
8
# --let $slave_param_value= 4711
 
9
# --source include/check_slave_running.inc
 
10
 
 
11
--let $slave_param= Last_SQL_Errno
 
12
--let $slave_param_value= 0
 
13
--source include/check_slave_param.inc
 
14
 
 
15
--let $slave_param= Last_IO_Errno
 
16
--let $slave_param_value= 0
 
17
--source include/check_slave_param.inc