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

ndb - Add includes to test prg as memcpy is introduced in NdbRecAttr

ndb/test/ndbapi/flexAsynch.cpp:
  Add includes as memcpy is introduced in NdbRecAttr
ndb/test/ndbapi/flexBench.cpp:
  Add includes as memcpy is introduced in NdbRecAttr
ndb/test/ndbapi/flexHammer.cpp:
  Add includes as memcpy is introduced in NdbRecAttr
ndb/test/ndbapi/slow_select.cpp:
  Add includes as memcpy is introduced in NdbRecAttr
ndb/test/src/HugoCalculator.cpp:
  Add includes as memcpy is introduced in NdbRecAttr
This commit is contained in:
unknown
2005-01-23 20:13:42 +01:00
parent c667388b2b
commit be3b13749e
5 changed files with 5 additions and 0 deletions

View File

@ -16,6 +16,7 @@
#include <ndb_global.h>
#include "NdbApi.hpp" #include "NdbApi.hpp"
#include <NdbSchemaCon.hpp> #include <NdbSchemaCon.hpp>
#include <NdbMain.h> #include <NdbMain.h>

View File

@ -49,6 +49,7 @@ Arguments:
* *************************************************** */ * *************************************************** */
#include <ndb_global.h>
#include "NdbApi.hpp" #include "NdbApi.hpp"
#include <NdbMain.h> #include <NdbMain.h>

View File

@ -47,6 +47,7 @@ Revision history:
* *************************************************** */ * *************************************************** */
#include <ndb_global.h>
#include <NdbApi.hpp> #include <NdbApi.hpp>
#include <NdbMain.h> #include <NdbMain.h>

View File

@ -1,4 +1,5 @@
#include <ndb_global.h>
#include <NdbApi.hpp> #include <NdbApi.hpp>
#include <NdbOut.hpp> #include <NdbOut.hpp>
#include <NdbTick.h> #include <NdbTick.h>

View File

@ -14,6 +14,7 @@
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
#include <ndb_global.h>
#include "HugoCalculator.hpp" #include "HugoCalculator.hpp"
#include <NDBT.hpp> #include <NDBT.hpp>
#include <Base64.hpp> #include <Base64.hpp>