diff options
author | unknown <lenz@mysql.com> | 2005-08-03 13:46:38 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2005-08-03 13:46:38 +0200 |
commit | 820a9c5f3464d85a8998ecde16fca332522239a1 (patch) | |
tree | 70c49e7e620c5ceeaf3270c064d782960070e599 /support-files | |
parent | bcaff83722efd083d4ccba37fe7b35cb4464b0f8 (diff) | |
download | mariadb-git-820a9c5f3464d85a8998ecde16fca332522239a1.tar.gz |
Portability fixes:
- Moved a few DBUG_ENTER statements after the variable declarations to satisfy some
compilers (e.g. gcc-2.95.x, gcc-2.96, IBM xlc_r) in ndb/src/common/portlib/NdbMutex.c
and ndb/src/common/portlib/NdbThread.c
- portability fix for FreeBSD 4.x and HPUX: replaced atoll() with strtoll() in
ndb/tools/config.cpp
ndb/src/common/portlib/NdbMutex.c:
- Moved a few DBUG_ENTER statements after the variable declarations to satisfy some
compilers (e.g. gcc-2.95.x, gcc-2.96, IBM xlc_r)
ndb/src/common/portlib/NdbThread.c:
- Moved a DBUG_ENTER statement after the variable declarations to satisfy some
compilers (e.g. gcc-2.95.x, gcc-2.96, IBM xlc_r)
ndb/tools/config.cpp:
- portability fix for FreeBSD 4.x and HPUX: replaced atoll() with strtoll()
Diffstat (limited to 'support-files')
0 files changed, 0 insertions, 0 deletions