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
b71ab18b
Commit
b71ab18b
authored
Jun 24, 2009
by
marko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
branches/5.1: Add missing #include "mtr0log.h" to avoid warnings
when compiling with -DUNIV_MUST_NOT_INLINE.
parent
644d877c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
1 deletion
+4
-1
include/trx0sys.ic
include/trx0sys.ic
+1
-0
trx/trx0purge.c
trx/trx0purge.c
+1
-0
trx/trx0sys.c
trx/trx0sys.c
+1
-1
trx/trx0undo.c
trx/trx0undo.c
+1
-0
No files found.
include/trx0sys.ic
View file @
b71ab18b
...
@@ -9,6 +9,7 @@ Created 3/26/1996 Heikki Tuuri
...
@@ -9,6 +9,7 @@ Created 3/26/1996 Heikki Tuuri
#include "srv0srv.h"
#include "srv0srv.h"
#include "trx0trx.h"
#include "trx0trx.h"
#include "data0type.h"
#include "data0type.h"
#include "mtr0log.h"
/* The typedef for rseg slot in the file copy */
/* The typedef for rseg slot in the file copy */
typedef byte trx_sysf_rseg_t;
typedef byte trx_sysf_rseg_t;
...
...
trx/trx0purge.c
View file @
b71ab18b
...
@@ -14,6 +14,7 @@ Created 3/26/1996 Heikki Tuuri
...
@@ -14,6 +14,7 @@ Created 3/26/1996 Heikki Tuuri
#include "fsp0fsp.h"
#include "fsp0fsp.h"
#include "mach0data.h"
#include "mach0data.h"
#include "mtr0log.h"
#include "trx0rseg.h"
#include "trx0rseg.h"
#include "trx0trx.h"
#include "trx0trx.h"
#include "trx0roll.h"
#include "trx0roll.h"
...
...
trx/trx0sys.c
View file @
b71ab18b
...
@@ -13,7 +13,7 @@ Created 3/26/1996 Heikki Tuuri
...
@@ -13,7 +13,7 @@ Created 3/26/1996 Heikki Tuuri
#endif
#endif
#include "fsp0fsp.h"
#include "fsp0fsp.h"
#include "mtr0
mtr
.h"
#include "mtr0
log
.h"
#include "trx0trx.h"
#include "trx0trx.h"
#include "trx0rseg.h"
#include "trx0rseg.h"
#include "trx0undo.h"
#include "trx0undo.h"
...
...
trx/trx0undo.c
View file @
b71ab18b
...
@@ -14,6 +14,7 @@ Created 3/26/1996 Heikki Tuuri
...
@@ -14,6 +14,7 @@ Created 3/26/1996 Heikki Tuuri
#include "fsp0fsp.h"
#include "fsp0fsp.h"
#include "mach0data.h"
#include "mach0data.h"
#include "mtr0log.h"
#include "trx0rseg.h"
#include "trx0rseg.h"
#include "trx0trx.h"
#include "trx0trx.h"
#include "srv0srv.h"
#include "srv0srv.h"
...
...
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