From a175314c3e5827eb193872241446f2f8f5c9d33c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 20:07:14 +0200 Subject: Adding upstream version 1:10.5.12. Signed-off-by: Daniel Baumann --- mysql-test/suite/binlog_encryption/mysqlbinlog.result | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 mysql-test/suite/binlog_encryption/mysqlbinlog.result (limited to 'mysql-test/suite/binlog_encryption/mysqlbinlog.result') diff --git a/mysql-test/suite/binlog_encryption/mysqlbinlog.result b/mysql-test/suite/binlog_encryption/mysqlbinlog.result new file mode 100644 index 00000000..e97e0569 --- /dev/null +++ b/mysql-test/suite/binlog_encryption/mysqlbinlog.result @@ -0,0 +1,7 @@ +RESET MASTER; +CREATE TABLE t1 (a INT); +INSERT INTO t1 VALUES (1),(2),(3); +REPLACE INTO t1 VALUES (4); +DROP TABLE t1; +FLUSH LOGS; +FOUND 1 /Ignorable event type 164.*/ in binlog_enc.sql -- cgit v1.2.3