← Back to team overview

enterprise-support team mailing list archive

[Bug 1299688] [NEW] lp:mysql-server/5.6 rev 5774 broke rpl_plugin_load

 

Public bug reported:


[30 Mar 7:14] Laurynas Biveinis

Description:
Rev 5774 updated rpl_plugin_load.test but not rpl_plugin_load.result.

5.6$ bzr log -r 5774
------------------------------------------------------------
revno: 5774
committer: Manish Kumar<manish.4.kumar@xxxxxxxxxx>
branch nick: mysql-5.6
timestamp: Mon 2014-01-27 15:27:21 +0530
message:
  WL#7205 - Make the MTR rpl suite GTID_MODE agnostic
                    
  This worklog aims at making the MTR rpl suite GTID_MODE
  agnostic, so that we can have run it daily on pushbuild with
  --gtid-mode=ON.

How to repeat:
cmake -DWITH_EXAMPLE_STORAGE_ENGINE=ON && make
./mysql-test-run rpl_plugin_load
...
rpl.rpl_plugin_load 'mix'                [ fail ]
        Test ended at 2014-03-30 10:09:20

CURRENT_TEST: rpl.rpl_plugin_load
--- /home/laurynas/percona/src/5.6/mysql-test/suite/rpl/r/rpl_plugin_load.result	2013-08-02 13:41:26.674173000 +0300
+++ /home/laurynas/percona/src/5.6/obj-debug/mysql-test/var/log/rpl_plugin_load.reject	2014-03-30 10:09:20.731918178 +0300
@@ -18,6 +18,7 @@
 SELECT * FROM INFORMATION_SCHEMA.ENGINES WHERE ENGINE='EXAMPLE';
 ENGINE	SUPPORT	COMMENT	TRANSACTIONS	XA	SAVEPOINTS
 EXAMPLE	YES	Example storage engine	NO	NO	NO
+include/sync_slave_sql_with_master.inc
 connection slave: Verify that example engine is not installed.
 SELECT * FROM INFORMATION_SCHEMA.ENGINES WHERE ENGINE='EXAMPLE';
 ENGINE	SUPPORT	COMMENT	TRANSACTIONS	XA	SAVEPOINTS
@@ -32,5 +33,6 @@
 Verify that example engine is not installed.
 SELECT * FROM INFORMATION_SCHEMA.ENGINES WHERE ENGINE='EXAMPLE';
 ENGINE	SUPPORT	COMMENT	TRANSACTIONS	XA	SAVEPOINTS
+include/sync_slave_sql_with_master.inc
 include/rpl_end.inc
 End of test

Suggested fix:
=== modified file 'mysql-test/suite/rpl/r/rpl_plugin_load.result'
--- mysql-test/suite/rpl/r/rpl_plugin_load.result	2013-05-29 10:37:30 +0000
+++ mysql-test/suite/rpl/r/rpl_plugin_load.result	2014-03-30 07:13:13 +0000
@@ -18,6 +18,7 @@
 SELECT * FROM INFORMATION_SCHEMA.ENGINES WHERE ENGINE='EXAMPLE';
 ENGINE	SUPPORT	COMMENT	TRANSACTIONS	XA	SAVEPOINTS
 EXAMPLE	YES	Example storage engine	NO	NO	NO
+include/sync_slave_sql_with_master.inc
 connection slave: Verify that example engine is not installed.
 SELECT * FROM INFORMATION_SCHEMA.ENGINES WHERE ENGINE='EXAMPLE';
 ENGINE	SUPPORT	COMMENT	TRANSACTIONS	XA	SAVEPOINTS
@@ -32,5 +33,6 @@
 Verify that example engine is not installed.
 SELECT * FROM INFORMATION_SCHEMA.ENGINES WHERE ENGINE='EXAMPLE';
 ENGINE	SUPPORT	COMMENT	TRANSACTIONS	XA	SAVEPOINTS
+include/sync_slave_sql_with_master.inc
 include/rpl_end.inc
 End of test

** Affects: mysql-server
     Importance: Unknown
         Status: Unknown

** Affects: percona-server
     Importance: Low
     Assignee: Laurynas Biveinis (laurynas-biveinis)
         Status: In Progress

** Affects: percona-server/5.1
     Importance: Undecided
         Status: Invalid

** Affects: percona-server/5.5
     Importance: Undecided
         Status: Invalid

** Affects: percona-server/5.6
     Importance: Low
     Assignee: Laurynas Biveinis (laurynas-biveinis)
         Status: In Progress


** Tags: ci upstream

** Also affects: percona-server/5.6
   Importance: Undecided
       Status: New

** Also affects: percona-server/5.1
   Importance: Undecided
       Status: New

** Also affects: percona-server/5.5
   Importance: Undecided
       Status: New

** Changed in: percona-server/5.1
       Status: New => Invalid

** Changed in: percona-server/5.5
       Status: New => Invalid

** Changed in: percona-server/5.6
       Status: New => In Progress

** Changed in: percona-server/5.6
   Importance: Undecided => Low

** Changed in: percona-server/5.6
     Assignee: (unassigned) => Laurynas Biveinis (laurynas-biveinis)

** Changed in: percona-server/5.6
    Milestone: None => 5.6.17-65.0

** Tags added: ci upstream

** Bug watch added: MySQL Bug System #72163
   http://bugs.mysql.com/bug.php?id=72163

** Also affects: mysql-server via
   http://bugs.mysql.com/bug.php?id=72163
   Importance: Unknown
       Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Server/Client Support Team, which is subscribed to MySQL.
Matching subscriptions: Ubuntu Server/Client Support Team
https://bugs.launchpad.net/bugs/1299688

Title:
  lp:mysql-server/5.6 rev 5774 broke rpl_plugin_load

To manage notifications about this bug go to:
https://bugs.launchpad.net/mysql-server/+bug/1299688/+subscriptions


Follow ups

References