mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
Remove unstable test case innodb_bug18942294, approved by Jimmy over IM.
This commit is contained in:
parent
7d904273f9
commit
d345978d27
1 changed files with 0 additions and 8 deletions
|
@ -3562,10 +3562,6 @@ buf_page_io_complete(
|
|||
(ulong) bpage->offset);
|
||||
}
|
||||
|
||||
DBUG_EXECUTE_IF("set_dict_sys_to_null",
|
||||
dict_sys = NULL;
|
||||
goto corrupt;);
|
||||
|
||||
/* From version 3.23.38 up we store the page checksum
|
||||
to the 4 first bytes of the page end lsn field */
|
||||
|
||||
|
@ -3621,10 +3617,6 @@ corrupt:
|
|||
" a corrupt database page.\n",
|
||||
stderr);
|
||||
|
||||
DBUG_EXECUTE_IF(
|
||||
"set_dict_sys_to_null",
|
||||
DBUG_SUICIDE(););
|
||||
|
||||
ut_error;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue