mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
introduced ndb_global.h/my_global.h to replace sytem lib includes e.g. stdio, stdlib
This commit is contained in:
parent
789adced2b
commit
eef6e474ad
196 changed files with 372 additions and 585 deletions
|
|
@ -22,8 +22,8 @@
|
|||
//******************************************************************************
|
||||
|
||||
|
||||
#include <ndb_global.h> // exit
|
||||
#include <NdbOut.hpp>
|
||||
#include <stdlib.h> // exit
|
||||
|
||||
#define REPORT_WARNING(message) \
|
||||
ndbout << "WARNING: " << message << endl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue