mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
introduced ndb_global.h/my_global.h to replace sytem lib includes e.g. stdio, stdlib
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user