Browse Source
InnoDB cleanup: Replace UNIV_LINUX, UNIV_SOLARIS, UNIV_AIX
InnoDB cleanup: Replace UNIV_LINUX, UNIV_SOLARIS, UNIV_AIX
Let us use the normal platform-specific preprocessor symbols
__linux__, __sun__, _AIX instead of some homebrew ones.
The preprocessor symbol UNIV_HPUX must have lost its meaning
by f6deb00a56
(note: the symbol
UNIV_HPUX10 is being checked for, but only UNIV_HPUX is defined).
pull/2255/head
9 changed files with 39 additions and 45 deletions
-
2extra/mariabackup/changed_page_bitmap.cc
-
2storage/innobase/buf/buf0buf.cc
-
16storage/innobase/buf/buf0flu.cc
-
4storage/innobase/include/os0proc.h
-
8storage/innobase/innodb.cmake
-
26storage/innobase/os/os0file.cc
-
6storage/innobase/os/os0proc.cc
-
12storage/innobase/row/row0merge.cc
-
8storage/innobase/srv/srv0start.cc
Write
Preview
Loading…
Cancel
Save
Reference in new issue