mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
11 lines
460 B
Text
11 lines
460 B
Text
|
--- recovery_memory.result 2024-06-21 12:54:38.026355524 +0530
|
||
|
+++ recovery_memory.reject 2024-06-21 17:22:49.394535026 +0530
|
||
|
@@ -23,6 +23,7 @@
|
||
|
CREATE TABLE t1(f1 INT NOT NULL)ENGINE=InnoDB;
|
||
|
INSERT INTO t1 SELECT * FROM seq_1_to_65536;
|
||
|
# restart: with restart_parameters
|
||
|
+FOUND 1 /\[ERROR\] InnoDB: The change buffer is corrupted or has been removed on upgrade to MariaDB 11.0 or later/ in mysqld.1.err
|
||
|
# restart
|
||
|
SHOW CREATE TABLE t1;
|
||
|
Table Create Table
|