Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
d345978d
Commit
d345978d
authored
Aug 06, 2014
by
bin.x.su@oracle.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unstable test case innodb_bug18942294, approved by Jimmy over IM.
parent
7d904273
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
storage/innobase/buf/buf0buf.c
storage/innobase/buf/buf0buf.c
+0
-8
No files found.
storage/innobase/buf/buf0buf.c
View file @
d345978d
...
...
@@ -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 @@ buf_page_io_complete(
" a corrupt database page.
\n
"
,
stderr
);
DBUG_EXECUTE_IF
(
"set_dict_sys_to_null"
,
DBUG_SUICIDE
(););
ut_error
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment