diff options
author | heikki@hundin.mysql.fi <> | 2002-08-25 10:26:40 +0300 |
---|---|---|
committer | heikki@hundin.mysql.fi <> | 2002-08-25 10:26:40 +0300 |
commit | 42d46eb9eef3170622794a36646e9d1c57ecf6d2 (patch) | |
tree | 2223efd63d8c062808834d961ccee907bdd8766d /innobase/configure.in | |
parent | 8b637ac4063949fe4aaf0cd8d611a745eac09963 (diff) | |
download | mariadb-git-42d46eb9eef3170622794a36646e9d1c57ecf6d2.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
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*) |