mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-36566 SELECT create_temporary_table_binlog_formats should show exactly what it is SET to
added a warning
This commit is contained in:
@@ -77,6 +77,8 @@ SET SESSION gtid_domain_id= 202;
|
||||
DROP TEMPORARY TABLE t2;
|
||||
SET SESSION binlog_format= mixed;
|
||||
SET SESSION create_tmp_table_binlog_formats="mixed";
|
||||
Warnings:
|
||||
Warning 1292 Truncated incorrect create_tmp_table_binlog_formats value: 'MIXED'
|
||||
SET SESSION gtid_domain_id= 0;
|
||||
CREATE TEMPORARY TABLE t2 (a INT PRIMARY KEY) ENGINE=InnoDB;
|
||||
INSERT INTO t2 VALUES (1);
|
||||
|
Reference in New Issue
Block a user