Commit be3b1374 authored by unknown's avatar unknown

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
parent c667388b
......@@ -16,6 +16,7 @@
#include <ndb_global.h>
#include "NdbApi.hpp"
#include <NdbSchemaCon.hpp>
#include <NdbMain.h>
......
......@@ -49,6 +49,7 @@ Perform benchmark of insert, update and delete transactions
* *************************************************** */
#include <ndb_global.h>
#include "NdbApi.hpp"
#include <NdbMain.h>
......
......@@ -47,6 +47,7 @@ Revision history:
* *************************************************** */
#include <ndb_global.h>
#include <NdbApi.hpp>
#include <NdbMain.h>
......
#include <ndb_global.h>
#include <NdbApi.hpp>
#include <NdbOut.hpp>
#include <NdbTick.h>
......
......@@ -14,6 +14,7 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
#include <ndb_global.h>
#include "HugoCalculator.hpp"
#include <NDBT.hpp>
#include <Base64.hpp>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment