Commit 07668e67 authored by unknown's avatar unknown

Remove unstable test case innodb_bug18942294, approved by Jimmy over IM.

parent 81f79aee
...@@ -3562,10 +3562,6 @@ buf_page_io_complete( ...@@ -3562,10 +3562,6 @@ buf_page_io_complete(
(ulong) bpage->offset); (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 /* From version 3.23.38 up we store the page checksum
to the 4 first bytes of the page end lsn field */ to the 4 first bytes of the page end lsn field */
...@@ -3621,10 +3617,6 @@ buf_page_io_complete( ...@@ -3621,10 +3617,6 @@ buf_page_io_complete(
" a corrupt database page.\n", " a corrupt database page.\n",
stderr); stderr);
DBUG_EXECUTE_IF(
"set_dict_sys_to_null",
DBUG_SUICIDE(););
ut_error; ut_error;
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment