mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge 10.1 into 10.2
This commit is contained in:
@@ -293,6 +293,16 @@ set binlog_format="STATEMENT";
|
||||
ERROR HY000: Cannot switch out of the row-based binary log format when the session has open temporary tables
|
||||
drop temporary table t8;
|
||||
set @@binlog_format=@org_binlog_format;
|
||||
set @@session.binlog_format=default;
|
||||
drop temporary table if exists t9;
|
||||
Warnings:
|
||||
Note 1051 Unknown table 'test.t9'
|
||||
connect con1,localhost,root,,;
|
||||
set session binlog_format=default;
|
||||
create temporary table t9 (i int);
|
||||
*** Must be no DROP logged for t9 when there was no CREATE, at disconnect too ***
|
||||
disconnect con1;
|
||||
connection server_1;
|
||||
include/show_binlog_events.inc
|
||||
Log_name Pos Event_type Server_id End_log_pos Info
|
||||
master-bin.000001 # Gtid # # GTID #-#-#
|
||||
|
Reference in New Issue
Block a user