Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.2.4
-
ubuntu 16.04 ppc64le
Description
f04efa839dd0288396f88c4a1d63e1d599573ace commit on 10.2 branch
Seems the previous attempt at fixing this wasn't universal.
binlog.binlog_stm_ctype_ucs
binlog.binlog_stm_ctype_ucs 'mix' w22 [ fail ]
|
Test ended at 2017-02-13 10:57:38
|
|
CURRENT_TEST: binlog.binlog_stm_ctype_ucs
|
--- /home/danielgb/mariadb/mysql-test/suite/binlog/r/binlog_stm_ctype_ucs.result 2017-02-13 10:57:17.286362101 +1100
|
+++ /home/danielgb/mariadb/mysql-test/suite/binlog/r/binlog_stm_ctype_ucs.reject 2017-02-13 10:57:38.590814811 +1100
|
@@ -76,21 +76,21 @@
|
/*!50003 SET @OLD_COMPLETION_TYPE=@@COMPLETION_TYPE,COMPLETION_TYPE=0*/;
|
DELIMITER /*!*/;
|
# at #
|
-#700101 6:46:40 server id # end_log_pos # CRC32 XXX Start: binlog v 4, server v #.##.## created 700101 6:46:40
|
+#170213 10:57:38 server id # end_log_pos # CRC32 XXX Start: binlog v 4, server v #.##.## created 170213 10:57:38
|
# at #
|
-#700101 6:46:40 server id # end_log_pos # CRC32 XXX Gtid list [#-#-#]
|
+#170213 10:57:38 server id # end_log_pos # CRC32 XXX Gtid list [#-#-#]
|
# at #
|
-#700101 6:46:40 server id # end_log_pos # CRC32 XXX Binlog checkpoint master-bin.000002
|
+#170213 10:57:38 server id # end_log_pos # CRC32 XXX Binlog checkpoint master-bin.000002
|
# at #
|
-#700101 6:46:40 server id # end_log_pos # CRC32 XXX Binlog checkpoint master-bin.000003
|
+#170213 10:57:38 server id # end_log_pos # CRC32 XXX Binlog checkpoint master-bin.000003
|
# at #
|
-#700101 6:46:40 server id # end_log_pos # CRC32 XXX GTID #-#-# ddl
|
+#170213 10:57:38 server id # end_log_pos # CRC32 XXX GTID #-#-# ddl
|
/*!100101 SET @@session.skip_parallel_replication=0*//*!*/;
|
/*!100001 SET @@session.gtid_domain_id=#*//*!*/;
|
/*!100001 SET @@session.server_id=#*//*!*/;
|
/*!100001 SET @@session.gtid_seq_no=#*//*!*/;
|
# at #
|
-#700101 6:46:40 server id # end_log_pos # CRC32 XXX Query thread_id=# exec_time=# error_code=0
|
+#170213 10:57:38 server id # end_log_pos # CRC32 XXX Query thread_id=# exec_time=# error_code=0
|
use `test`/*!*/;
|
SET TIMESTAMP=XXX/*!*/;
|
SET @@session.pseudo_thread_id=#/*!*/;
|
@@ -104,105 +104,105 @@
|
CREATE TABLE t1 (a VARCHAR(10) CHARACTER SET utf8)
|
/*!*/;
|
# at #
|
-#700101 6:46:40 server id # end_log_pos # CRC32 XXX GTID #-#-#
|
+#170213 10:57:38 server id # end_log_pos # CRC32 XXX GTID #-#-#
|
/*!100001 SET @@session.gtid_seq_no=#*//*!*/;
|
...
|
...
|
...
|
binlog.binlog_row_ctype_ucs 'row' w21 [ fail ]
|
Test ended at 2017-02-13 10:57:38
|
|
CURRENT_TEST: binlog.binlog_row_ctype_ucs
|
--- /home/danielgb/mariadb/mysql-test/suite/binlog/r/binlog_row_ctype_ucs.result 2017-02-13 10:57:17.286362101 +1100
|
+++ /home/danielgb/mariadb/mysql-test/suite/binlog/r/binlog_row_ctype_ucs.reject 2017-02-13 10:57:38.642815916 +1100
|
@@ -72,21 +72,21 @@
|
/*!50003 SET @OLD_COMPLETION_TYPE=@@COMPLETION_TYPE,COMPLETION_TYPE=0*/;
|
DELIMITER /*!*/;
|
# at #
|
-#700101 6:46:40 server id # end_log_pos # CRC32 XXX Start: binlog v 4, server v #.##.## created 700101 6:46:40
|
+#170213 10:57:38 server id # end_log_pos # CRC32 XXX Start: binlog v 4, server v #.##.## created 170213 10:57:38
|
...
|
..
|
...
|
Attachments
Issue Links
- relates to
-
MDEV-7069 Fix buildbot failures in main server trees
- Stalled
-
MDEV-10866 Extend PREPARE and EXECUTE IMMEDIATE to understand expressions
- Closed