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

« back to all changes in this revision

Viewing changes to mysql-test/suite/rpl/r/rpl_gtid_purged_maintained.result

  • Committer: Package Import Robot
  • Author(s): James Page, Bjoern Boschman
  • Date: 2014-07-21 14:01:12 UTC
  • mfrom: (5.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20140721140112-1yqdrd6ds8y7nt76
Tags: 5.6.19-1~exp1
[ Bjoern Boschman ]
* SECURITY UPDATE: New upstream release (LP: #1330168).
  - www.oracle.com/technetwork/topics/security/cpujul2014-1972956.html
  - CVE-2014-2484
  - CVE-2014-4258
  - CVE-2014-4260
  - CVE-2014-4238
  - CVE-2014-4233
  - CVE-2014-4240
  - CVE-2014-4214

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
Note    ####    Storing MySQL user name or password information in the master info repository is not secure and is therefore not recommended. Please consider using the USER and PASSWORD connection options for START SLAVE; see the 'START SLAVE Syntax' in the MySQL Manual for more information.
5
5
[connection master]
6
6
include/rpl_set_gtid_mode.inc
7
 
include/gtid_utils.inc
8
7
######## Initialize ########
9
8
CREATE TABLE t1 (a INT) ENGINE = InnoDB;
10
9
include/sync_slave_sql_with_master.inc
196
195
include/assert.inc [lost gtids from 1 to 6 on master]
197
196
######## Clean up ########
198
197
DROP TABLE t1;
199
 
include/gtid_utils_end.inc
200
198
include/rpl_end.inc