Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
12.0.0
-
None
Description
Recently, test rpl.rpl_drop_temp has started failing in buildbot on branch main (12.0). This has only started since MDEV-36099, which changed temporary table handling logic, and I'd imagine is the cause of this test failure.
Failure output
rpl.rpl_drop_temp 'mix' w11 [ fail ]
|
Test ended at 2025-05-02 08:49:50
|
|
CURRENT_TEST: rpl.rpl_drop_temp
|
--- /data/buildbot/workers/prod/amd64-freebsd-14/build/mysql-test/suite/rpl/r/rpl_drop_temp.result 2025-05-01 22:34:09.000000000 +0200
|
+++ /data/buildbot/workers/prod/amd64-freebsd-14/build/mysql-test/suite/rpl/r/rpl_drop_temp.reject 2025-05-02 08:49:49.943441000 +0200
|
@@ -54,7 +54,7 @@
|
connection slave;
|
SHOW STATUS LIKE 'Slave_open_temp_tables';
|
Variable_name Value
|
-Slave_open_temp_tables 0
|
+Slave_open_temp_tables 1
|
connection master;
|
include/show_binlog_events.inc
|
Log_name Pos Event_type Server_id End_log_pos Info
|
|
Result content mismatch
|
Attachments
Issue Links
- is caused by
-
MDEV-36099 Ensure that creation and usage of temporary tables in replication is predictable
-
- Closed
-