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
21bb4b81
Commit
21bb4b81
authored
Dec 04, 2018
by
Marko Mäkelä
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unnecessary #include
parent
57b7af64
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
14 deletions
+2
-14
extra/innochecksum.cc
extra/innochecksum.cc
+1
-12
storage/innobase/include/mach0data.h
storage/innobase/include/mach0data.h
+1
-2
No files found.
extra/innochecksum.cc
View file @
21bb4b81
...
...
@@ -42,23 +42,12 @@
/* Only parts of these files are included from the InnoDB codebase.
The parts not included are excluded by #ifndef UNIV_INNOCHECKSUM. */
typedef
void
fil_space_t
;
#include "fil0fil.h"
#include "page0size.h"
#include "ut0ut.h"
#include "mtr0types.h"
#include "mach0data.h"
#include "fsp0types.h"
#include "rem0rec.h"
#include "page0page.h"
#include "buf0checksum.h"
/* buf_calc_page_*() */
#include "buf0buf.h"
/* buf_page_is_corrupted */
#include "fil0fil.h"
/* FIL_* */
#include "page0page.h"
/* PAGE_* */
#include "page0zip.h"
/* page_zip_*() */
#include "trx0undo.h"
/* TRX_* */
#include "fsp0fsp.h"
/* fsp_flags_get_page_size() &
fsp_flags_get_zip_size() */
#include "ut0crc32.h"
/* ut_crc32_init() */
#include "fsp0pagecompress.h"
/* fil_get_compression_alg_name */
#include "fil0crypt.h"
/* fil_space_verify_crypt_checksum */
...
...
storage/innobase/include/mach0data.h
View file @
21bb4b81
...
...
@@ -29,11 +29,10 @@ Created 11/28/1995 Heikki Tuuri
#define mach0data_h
#include "univ.i"
#include "mtr0types.h"
#ifndef UNIV_INNOCHECKSUM
#include "mtr0types.h"
/* The data and all fields are always stored in a database file
in the same format: ascii, big-endian, ... .
All data in the files MUST be accessed using the functions in this
...
...
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