diff options
author | unknown <monty@donna.mysql.fi> | 2001-04-19 14:43:32 +0300 |
---|---|---|
committer | unknown <monty@donna.mysql.fi> | 2001-04-19 14:43:32 +0300 |
commit | efa4fdf044fe175b6e777ae1cdea0aa716b14945 (patch) | |
tree | fcdeec62c24b863cfe8fe65bb23158d45002f726 /innobase/include/sync0sync.h | |
parent | e0d42da39112930c6bcb4fe8571dd1f823671cb9 (diff) | |
download | mariadb-git-efa4fdf044fe175b6e777ae1cdea0aa716b14945.tar.gz |
Portability fixes
Docs/manual.texi:
Updated mysqld-max section
configure.in:
Version change
innobase/configure.in:
Don't compile with -g when not using debugging (No optimization on Linux-Alpha)
innobase/ib_config.h.in:
config file
innobase/ib_config.h:
config file
innobase/include/que0que.h:
Can't inline this on SCO
innobase/include/que0que.ic:
Can't inline this on SCO
innobase/include/sync0sync.h:
Fix for Mac OS X
innobase/que/que0que.c:
Added functions that can't be inlined on SCO
Diffstat (limited to 'innobase/include/sync0sync.h')
-rw-r--r-- | innobase/include/sync0sync.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/innobase/include/sync0sync.h b/innobase/include/sync0sync.h index f22cce17a1a..03dd45816aa 100644 --- a/innobase/include/sync0sync.h +++ b/innobase/include/sync0sync.h @@ -55,6 +55,7 @@ Calling this function is obligatory only if the memory buffer containing the mutex is freed. Removes a mutex object from the mutex list. The mutex is checked to be in the reset state. */ +#undef mutex_free /* Fix for MacOS X */ void mutex_free( /*=======*/ |