Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
11.4
-
None
-
None
Description
Fails with a diff
E:\11.4\xxx\mysql-test>perl mysql-test-run.pl --suite=binlog binlog.binlog_unsafe
|
Found handle.exe version 5.0
|
Logging: E:/11.4/mysql-test/mariadb-test-run.pl --suite=binlog binlog.binlog_unsafe
|
VS config: RelWithDebInfo
|
vardir: E:/11.4/xxx/mysql-test/var
|
Checking leftover processes...
|
Removing old var directory...
|
Creating var directory 'E:/11.4/xxx/mysql-test/var'...
|
Checking supported features...
|
MariaDB Version 11.4.9-MariaDB
|
- SSL connections supported
|
Collecting tests...
|
Installing system database...
|
|
==============================================================================
|
|
TEST RESULT TIME (ms) or COMMENT
|
--------------------------------------------------------------------------
|
|
worker[01] Using MTR_BUILD_THREAD 300, with reserved ports 19000..19029
|
binlog.binlog_unsafe 'stmt' [ fail ]
|
Test ended at 2025-10-15 16:04:27
|
|
CURRENT_TEST: binlog.binlog_unsafe
|
--- E:/11.4/mysql-test/suite/binlog/r/binlog_unsafe.result 2025-10-13 16:51:00.096139900 +0200
|
+++ E:\11.4\mysql-test\suite\binlog\r\binlog_unsafe.reject 2025-10-15 16:04:27.017134300 +0200
|
@@ -2540,13 +2540,13 @@
|
master-bin.000001 # Gtid # # BEGIN GTID #-#-#
|
master-bin.000001 # Annotate_rows # # insert into t2(a) values(new.a)
|
master-bin.000001 # Table_map # # table_id: # (test.t1)
|
-master-bin.000001 # Table_map # # table_id: # (test.t2)
|
master-bin.000001 # Table_map # # table_id: # (test.t3)
|
+master-bin.000001 # Table_map # # table_id: # (test.t2)
|
master-bin.000001 # Write_rows_v1 # # table_id: # flags: STMT_END_F
|
master-bin.000001 # Annotate_rows # # insert into t3(a) values(new.a)
|
master-bin.000001 # Table_map # # table_id: # (test.t1)
|
-master-bin.000001 # Table_map # # table_id: # (test.t2)
|
master-bin.000001 # Table_map # # table_id: # (test.t3)
|
+master-bin.000001 # Table_map # # table_id: # (test.t2)
|
master-bin.000001 # Write_rows_v1 # # table_id: #
|
master-bin.000001 # Write_rows_v1 # # table_id: # flags: STMT_END_F
|
master-bin.000001 # Query # # COMMIT
|
|
Result content mismatch
|
|
- saving 'E:/11.4/xxx/mysql-test/var/log/binlog.binlog_unsafe-stmt/' to 'E:/11.4/xxx/mysql-test/var/log/binlog.binlog_unsafe-stmt/'
|
--------------------------------------------------------------------------
|
The servers were restarted 0 times
|
Spent 0.000 of 14 seconds executing testcases
|
|
Failure: Failed 1/1 tests, 0.00% were successful.
|
|
Failing test(s): binlog.binlog_unsafe
|
|
The log files in var/log may give you some hint of what went wrong.
|
|
If you want to report this error, MariaDB's bug tracker is found at
|
https://jira.mariadb.org
|
|
mysql-test-run: *** ERROR: there were failing test cases
|