~ubuntu-branches/ubuntu/wily/mysql-5.6/wily

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2014-04-25 08:06:10 UTC
  • mfrom: (1.1.4 experimental)
  • Revision ID: package-import@ubuntu.com-20140425080610-4k2xstl3pagqvsmb
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:
35
35
SET @@local.lc_time_names = 'zh_TW';
36
36
SET @@global.sql_mode = 'ALLOW_INVALID_DATES';
37
37
SET @@local.sql_mode = 'ANSI_QUOTES,ERROR_FOR_DIVISION_BY_ZERO,HIGH_NOT_PRECEDENCE';
 
38
Warnings:
 
39
Warning 1681    'ERROR_FOR_DIVISION_BY_ZERO' is deprecated and will be removed in a future release.
38
40
SET @user_num = 10;
39
41
SET @user_text = 'Alunda';
40
42
include/stop_slave.inc
537
539
EXECUTE p62;
538
540
EXECUTE p63;
539
541
EXECUTE p64;
 
542
include/sync_slave_sql_with_master.inc
540
543
==== Results ====
541
544
SELECT * FROM tstmt ORDER BY id;
542
545
id      truth   num     text
572
575
30      NULL    30      NULL
573
576
31      NULL    NULL    Bergsbrunna
574
577
32      NULL    NULL    Centrum
 
578
include/sync_slave_sql_with_master.inc
575
579
include/diff_tables.inc [master:tstmt, master:tproc, master:tfunc, master:ttrig, master:tprep,  slave:tstmt, slave:tproc, slave:tfunc, slave:ttrig, slave:tprep]
576
580
==== Clean up ====
577
581
[on master]
596
600
SET @@global.slave_exec_mode=      @s_slave_exec_mode;
597
601
SET @@global.sql_mode=             @s_sql_mode;
598
602
SET @@global.sync_binlog=          @s_sync_binlog;
 
603
include/sync_slave_sql_with_master.inc
599
604
include/rpl_end.inc