diff options
author | unknown <heikki@hundin.mysql.fi> | 2002-08-25 10:26:40 +0300 |
---|---|---|
committer | unknown <heikki@hundin.mysql.fi> | 2002-08-25 10:26:40 +0300 |
commit | c7798b78b303e682cfef99c3814c65789f5e4c22 (patch) | |
tree | 2223efd63d8c062808834d961ccee907bdd8766d /innobase/configure.in | |
parent | 63cdfc4b436baec414f587535fbdca0119765615 (diff) | |
download | mariadb-git-c7798b78b303e682cfef99c3814c65789f5e4c22.tar.gz |
os0file.c:
Put 'last millisecond' test to make sure page checksum errors do not result from memory corruption in InnoDB
os0thread.c, configure.in:
Make sure stack size in InnoDB threads in AIX is at least 32 kB
innobase/configure.in:
Make sure stack size in InnoDB threads in AIX is at least 32 kB
innobase/os/os0thread.c:
Make sure stack size in InnoDB threads in AIX is at least 32 kB
innobase/os/os0file.c:
Put 'last millisecond' test to make sure page checksum errors do not result from memory corruption in InnoDB
Diffstat (limited to 'innobase/configure.in')
-rw-r--r-- | innobase/configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/innobase/configure.in b/innobase/configure.in index e4e5d839246..51782579720 100644 --- a/innobase/configure.in +++ b/innobase/configure.in @@ -89,6 +89,8 @@ case "$target_os" in CFLAGS="$CFLAGS -DUNIV_MUST_NOT_INLINE -DUNIV_HPUX -DUNIV_HPUX10";; hp*) CFLAGS="$CFLAGS -DUNIV_MUST_NOT_INLINE -DUNIV_HPUX";; + aix*) + CFLAGS="$CFLAGS -DUNIV_AIX";; irix*) CFLAGS="$CFLAGS -DUNIV_MUST_NOT_INLINE";; osf*) |