~ubuntu-branches/ubuntu/utopic/mysql-5.6/utopic-proposed

« back to all changes in this revision

Viewing changes to mysql-test/suite/rpl/t/rpl_row_hash_scan_sanity.test

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2014-04-25 08:06:10 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20140425080610-7fo6vximy9ff7zdw
Tags: 5.6.17-1~exp1
* SECURITY UPDATE: New upstream release (Closes: #744970).
  - http://www.oracle.com/technetwork/topics/security/cpuapr2014-1972952.html
  - CVE-2014-0001
  - CVE-2014-2430
  - CVE-2014-2431
  - CVE-2014-2435
  - CVE-2014-2436
  - CVE-2014-2440
* d/p/CVE-2014-0001.patch: Dropped, included in security update.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
INSERT INTO t3 VALUES (1);
29
29
INSERT INTO t4 VALUES (1);
30
30
 
 
31
--source include/sync_slave_sql_with_master.inc
31
32
SET @saved_slave_rows_search_algorithms= @@global.slave_rows_search_algorithms;
32
33
 
33
34
###################### TABLE_SCAN assertions
170
170
#clean Up
171
171
--connection master
172
172
DROP TABLE IF EXISTS t1, t2, t3, t4;
173
 
--sync_slave_with_master
 
173
--source include/sync_slave_sql_with_master.inc
174
174
  
175
175
-- source include/rpl_reset.inc
176
176