mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 07:35:32 +02:00
More InnoDB preprocessor cleanup
Remove unnecessary #include. Remove references to UNIV_MATERIALIZE, UNIV_INLINE_ORIGINAL, UNIV_NONINL that are never defined.
This commit is contained in:
parent
757530b83c
commit
17e371fffe
20 changed files with 40 additions and 144 deletions
|
|
@ -28,15 +28,15 @@ Created 12/18/1995 Heikki Tuuri
|
|||
#define fsp0fsp_h
|
||||
|
||||
#include "fsp0types.h"
|
||||
#include "fut0lst.h"
|
||||
#include "ut0byte.h"
|
||||
|
||||
#ifndef UNIV_INNOCHECKSUM
|
||||
|
||||
#include "fut0lst.h"
|
||||
#include "mtr0mtr.h"
|
||||
#include "page0types.h"
|
||||
#include "rem0types.h"
|
||||
#include "ut0byte.h"
|
||||
|
||||
#else
|
||||
# include "mach0data.h"
|
||||
#endif /* !UNIV_INNOCHECKSUM */
|
||||
|
||||
/** @return the PAGE_SSIZE flags for the current innodb_page_size */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue