mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 18:41:56 +01:00
5979dcf95b
- Few of test case should make sure that InnoDB does hit the debug sync point during startup of the server. InnoDB can remove the double quotes of debug point in restart parameters.
10 lines
460 B
Text
10 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
|