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
18011f34
Commit
18011f34
authored
Jun 10, 2010
by
Inaam Rana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Formatting changes
parent
8a94e69e
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
storage/innodb_plugin/row/row0ins.c
storage/innodb_plugin/row/row0ins.c
+1
-1
storage/innodb_plugin/row/row0purge.c
storage/innodb_plugin/row/row0purge.c
+1
-1
storage/innodb_plugin/row/row0uins.c
storage/innodb_plugin/row/row0uins.c
+1
-1
storage/innodb_plugin/row/row0umod.c
storage/innodb_plugin/row/row0umod.c
+1
-1
storage/innodb_plugin/row/row0upd.c
storage/innodb_plugin/row/row0upd.c
+1
-1
No files found.
storage/innodb_plugin/row/row0ins.c
View file @
18011f34
...
...
@@ -51,7 +51,7 @@ Created 4/20/1996 Heikki Tuuri
#define ROW_INS_PREV 1
#define ROW_INS_NEXT 2
/*********************************************************************
//
**
/*********************************************************************
**
**
IMPORTANT NOTE: Any operation that generates redo MUST check that there
is enough space in the redo log before for that operation. This is
done by calling log_free_check(). The reason for checking the
...
...
storage/innodb_plugin/row/row0purge.c
View file @
18011f34
...
...
@@ -44,7 +44,7 @@ Created 3/14/1997 Heikki Tuuri
#include "row0mysql.h"
#include "log0log.h"
/*********************************************************************
//
**
/*********************************************************************
**
**
IMPORTANT NOTE: Any operation that generates redo MUST check that there
is enough space in the redo log before for that operation. This is
done by calling log_free_check(). The reason for checking the
...
...
storage/innodb_plugin/row/row0uins.c
View file @
18011f34
...
...
@@ -46,7 +46,7 @@ Created 2/25/1997 Heikki Tuuri
#include "ibuf0ibuf.h"
#include "log0log.h"
/*********************************************************************
//
**
/*********************************************************************
**
**
IMPORTANT NOTE: Any operation that generates redo MUST check that there
is enough space in the redo log before for that operation. This is
done by calling log_free_check(). The reason for checking the
...
...
storage/innodb_plugin/row/row0umod.c
View file @
18011f34
...
...
@@ -58,7 +58,7 @@ delete marked clustered index record was delete unmarked and possibly also
some of its fields were changed. Now, it is possible that the delete marked
version has become obsolete at the time the undo is started. */
/*********************************************************************
//
**
/*********************************************************************
**
**
IMPORTANT NOTE: Any operation that generates redo MUST check that there
is enough space in the redo log before for that operation. This is
done by calling log_free_check(). The reason for checking the
...
...
storage/innodb_plugin/row/row0upd.c
View file @
18011f34
...
...
@@ -92,7 +92,7 @@ the x-latch freed? The most efficient way for performing a
searched delete is obviously to keep the x-latch for several
steps of query graph execution. */
/*********************************************************************
//
**
/*********************************************************************
**
**
IMPORTANT NOTE: Any operation that generates redo MUST check that there
is enough space in the redo log before for that operation. This is
done by calling log_free_check(). The reason for checking the
...
...
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