1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

introduced ndb_global.h/my_global.h to replace sytem lib includes e.g. stdio, stdlib

This commit is contained in:
tomas@mc05.(none)
2004-05-07 08:39:42 +02:00
parent 7d6496382f
commit 18f6340f63
196 changed files with 373 additions and 586 deletions

View File

@ -15,14 +15,13 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
#include <ndb_global.h>
#include <assert.h>
extern "C" {
#include <dba.h>
}
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include <NdbOut.hpp>
#include <NdbSleep.h>
#include <NdbTimer.hpp>
@ -31,6 +30,9 @@ extern "C" {
#include <NdbMain.h>
#include <time.h>
#undef min
#undef max
static const int NP_Insert = 0;
static const int NP_Update = 1;
static const int NP_WriteUpdate = 2;