mirror of
https://github.com/MariaDB/server.git
synced 2025-02-05 21:32:18 +01:00
10 lines
388 B
Text
10 lines
388 B
Text
--- recovery_memory.result
|
|
+++ recovery_memory.reject
|
|
@@ -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
|