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
b05eeab5
Commit
b05eeab5
authored
Aug 12, 2009
by
Alexander Nozdrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix 5.1 build error.
parent
606c7e0d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
storage/innodb_plugin/include/btr0cur.h
storage/innodb_plugin/include/btr0cur.h
+1
-1
storage/innodb_plugin/include/trx0types.h
storage/innodb_plugin/include/trx0types.h
+1
-1
No files found.
storage/innodb_plugin/include/btr0cur.h
View file @
b05eeab5
...
...
@@ -618,7 +618,7 @@ enum btr_cur_method {
hash_node, and might be necessary to
update */
BTR_CUR_BINARY
,
/*!< success using the binary search */
BTR_CUR_INSERT_TO_IBUF
,
/*!< performed the intended insert to
BTR_CUR_INSERT_TO_IBUF
/*!< performed the intended insert to
the insert buffer */
};
...
...
storage/innodb_plugin/include/trx0types.h
View file @
b05eeab5
...
...
@@ -70,7 +70,7 @@ typedef struct trx_named_savept_struct trx_named_savept_t;
enum
trx_rb_ctx
{
RB_NONE
=
0
,
/*!< no rollback */
RB_NORMAL
,
/*!< normal rollback */
RB_RECOVERY
,
/*!< rolling back an incomplete transaction,
RB_RECOVERY
/*!< rolling back an incomplete transaction,
in crash recovery */
};
...
...
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