diff options
author | unknown <tomas@poseidon.ndb.mysql.com> | 2004-10-22 15:13:06 +0000 |
---|---|---|
committer | unknown <tomas@poseidon.ndb.mysql.com> | 2004-10-22 15:13:06 +0000 |
commit | 27fa5d48537c89e4ebb709075e343f68531191f3 (patch) | |
tree | 970f1db953c94bd1c912f55e5a0f962292ac854e /ndb/tools | |
parent | 76b09dd518af0bd480cc00538fc51c5a83d4d23a (diff) | |
download | mariadb-git-27fa5d48537c89e4ebb709075e343f68531191f3.tar.gz |
AIX compile fixes
ndb/include/kernel/signaldata/UpgradeStartup.hpp:
Forward declaration
ndb/include/ndb_global.h:
Fix for AIX
ndb/include/ndb_types.h:
Always use ndb_global instead of my_global (or anything else)
ndb/include/ndbapi/Ndb.hpp:
Forward declaration
ndb/include/ndbapi/NdbReceiver.hpp:
Forward declaration
ndb/include/ndbapi/NdbScanOperation.hpp:
Forward declaration
ndb/src/common/util/ConfigValues.cpp:
Always use ndb_global instead of my_global (or anything else)
ndb/src/kernel/blocks/backup/restore/Restore.hpp:
Forward declaration
ndb/src/kernel/blocks/dbtup/Dbtup.hpp:
Move read/update function into Dbtup
ndb/src/mgmsrv/SignalQueue.cpp:
Always use ndb_global instead of my_global (or anything else)
ndb/tools/waiter.cpp:
Always use ndb_global instead of my_global (or anything else)
Diffstat (limited to 'ndb/tools')
-rw-r--r-- | ndb/tools/waiter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ndb/tools/waiter.cpp b/ndb/tools/waiter.cpp index c27b46c9356..6dcea6ccc48 100644 --- a/ndb/tools/waiter.cpp +++ b/ndb/tools/waiter.cpp @@ -15,8 +15,8 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include <ndb_global.h> #include <mgmapi.h> -#include <string.h> #include <NdbMain.h> #include <NdbOut.hpp> #include <NdbSleep.h> |