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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
b9041973
Commit
b9041973
authored
Sep 12, 2013
by
Satya Bodapati
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Additional Fix to BUG#16755251 for 5.1 build failure and
disable testcase due to BUG#17446090
parent
f166ec71
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
4 deletions
+3
-4
storage/innobase/btr/btr0cur.c
storage/innobase/btr/btr0cur.c
+0
-1
storage/innobase/include/btr0cur.h
storage/innobase/include/btr0cur.h
+1
-1
storage/innodb_plugin/btr/btr0cur.c
storage/innodb_plugin/btr/btr0cur.c
+1
-1
storage/innodb_plugin/include/btr0cur.h
storage/innodb_plugin/include/btr0cur.h
+1
-1
No files found.
storage/innobase/btr/btr0cur.c
View file @
b9041973
...
...
@@ -1336,7 +1336,6 @@ btr_cur_upd_lock_and_undo(
/***************************************************************
Writes a redo log record of updating a record in-place. */
UNIV_INLINE
void
btr_cur_update_in_place_log
(
/*========================*/
...
...
storage/innobase/include/btr0cur.h
View file @
b9041973
...
...
@@ -560,7 +560,7 @@ btr_push_update_extern_fields(
/***************************************************************
Writes a redo log record of updating a record in-place. */
UNIV_INLINE
void
btr_cur_update_in_place_log
(
/*========================*/
...
...
storage/innodb_plugin/btr/btr0cur.c
View file @
b9041973
...
...
@@ -1530,7 +1530,7 @@ btr_cur_upd_lock_and_undo(
/***********************************************************//**
Writes a redo log record of updating a record in-place. */
UNIV_IN
LINE
UNIV_IN
TERN
void
btr_cur_update_in_place_log
(
/*========================*/
...
...
storage/innodb_plugin/include/btr0cur.h
View file @
b9041973
...
...
@@ -638,7 +638,7 @@ btr_push_update_extern_fields(
/***********************************************************//**
Writes a redo log record of updating a record in-place. */
UNIV_IN
LINE
UNIV_IN
TERN
void
btr_cur_update_in_place_log
(
/*========================*/
...
...
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