mariadb/ndb
unknown 820a9c5f34 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()
2005-08-03 13:46:38 +02:00
..
bin
config added ndb_init.h to distribution 2004-12-21 10:37:12 +01:00
demos
docs Makefile.am: 2005-01-16 21:39:19 +01:00
examples
home
include Merge mysql.com:/home/jonas/src/mysql-4.1 2005-07-25 12:42:32 +02:00
lib
src Portability fixes: 2005-08-03 13:46:38 +02:00
test bug#11942 - ndb backup with parallell DDL 2005-07-20 12:39:45 +02:00
tools Portability fixes: 2005-08-03 13:46:38 +02:00
Makefile.am