~ubuntu-branches/ubuntu/natty/mysql-5.1/natty-proposed

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2012-02-22 08:30:45 UTC
  • mfrom: (1.4.1)
  • Revision ID: package-import@ubuntu.com-20120222083045-2rd53r4bnyx7qus4
Tags: 5.1.61-0ubuntu0.11.04.1
* SECURITY UPDATE: Update to 5.1.61 to fix multiple security issues
  (LP: #937869)
  - http://www.oracle.com/technetwork/topics/security/cpujan2012-366304.html
  - CVE-2011-2262
  - CVE-2012-0075
  - CVE-2012-0112
  - CVE-2012-0113
  - CVE-2012-0114
  - CVE-2012-0115
  - CVE-2012-0116
  - CVE-2012-0117
  - CVE-2012-0118
  - CVE-2012-0119
  - CVE-2012-0120
  - CVE-2012-0484
  - CVE-2012-0485
  - CVE-2012-0486
  - CVE-2012-0487
  - CVE-2012-0488
  - CVE-2012-0489
  - CVE-2012-0490
  - CVE-2012-0491
  - CVE-2012-0492
  - CVE-2012-0493
  - CVE-2012-0494
  - CVE-2012-0495
  - CVE-2012-0496

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
# connection <CONNECTION>;
10
10
# let $connection_name=<CONNECTION>
11
11
# let $connection_id=`SELECT CONNECTION_ID()`;
12
 
# let $diff_statement=<SQL COMMAND>;
 
12
# let $rpl_diff_statement=<SQL COMMAND>;
13
13
# send <SQL COMMAND>;
14
14
# source include/kill_query_and_diff_master_slave.inc;
15
15
#
16
16
# Note: <CONNECTION> must not be 'master'.
17
17
#
18
 
# See also kill_query.inc and diff_master_slave.inc for more
 
18
# See also kill_query.inc and rpl_diff.inc for more
19
19
# information
20
20
 
21
21
source include/kill_query.inc;
22
22
 
23
23
# Release the debug lock if used, so that the statements in
24
 
# diff_master_slave.inc will not be blocked.
 
24
# rpl_diff.inc will not be blocked.
25
25
connection master;
26
26
disable_query_log;
27
27
disable_result_log;
32
32
enable_result_log;
33
33
enable_query_log;
34
34
 
35
 
source include/diff_master_slave.inc;
 
35
--source include/rpl_diff.inc
36
36
 
37
37
# Acquire the debug lock again if used
38
38
connection master;