Details
-
Bug
-
Status: Open (View Workflow)
-
Blocker
-
Resolution: Unresolved
-
N/A
-
None
-
None
-
Q4/2026 Server Maintenance
Description
--source include/have_log_bin.inc
|
--source include/have_binlog_format_statement.inc
|
|
|
CREATE TABLE t1 (a int); |
INSERT intO t1 VALUES (1),(2),(3); |
|
|
CREATE TABLE t2 (a int); |
|
|
INSERT into t2 SELECT ANY_VALUE(a) FROM t1; |
SHOW WARNINGS;
|
|
|
DROP TABLE t1, t2; |
expected: [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. ...
Attachments
Issue Links
- is caused by
-
MDEV-10426 ANY_VALUE function
-
- In Testing
-