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/innodb/r/innodb_bug60049.result | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 mysql-test/suite/innodb/r/innodb_bug60049.result (limited to 'mysql-test/suite/innodb/r/innodb_bug60049.result') diff --git a/mysql-test/suite/innodb/r/innodb_bug60049.result b/mysql-test/suite/innodb/r/innodb_bug60049.result new file mode 100644 index 00000000..47b02ded --- /dev/null +++ b/mysql-test/suite/innodb/r/innodb_bug60049.result @@ -0,0 +1,9 @@ +CREATE TABLE t(a INT)ENGINE=InnoDB STATS_PERSISTENT=0; +RENAME TABLE t TO u; +DROP TABLE u; +SELECT @@innodb_fast_shutdown; +@@innodb_fast_shutdown +0 +Last record of ID_IND root page (9): +18080000180500c0000000000000000c5359535f464f524549474e5f434f4c53 +# restart -- cgit v1.2.3