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:
@ -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>
|
||||||
|
@ -49,6 +49,7 @@ Arguments:
|
|||||||
|
|
||||||
* *************************************************** */
|
* *************************************************** */
|
||||||
|
|
||||||
|
#include <ndb_global.h>
|
||||||
#include "NdbApi.hpp"
|
#include "NdbApi.hpp"
|
||||||
|
|
||||||
#include <NdbMain.h>
|
#include <NdbMain.h>
|
||||||
|
@ -47,6 +47,7 @@ Revision history:
|
|||||||
|
|
||||||
* *************************************************** */
|
* *************************************************** */
|
||||||
|
|
||||||
|
#include <ndb_global.h>
|
||||||
#include <NdbApi.hpp>
|
#include <NdbApi.hpp>
|
||||||
|
|
||||||
#include <NdbMain.h>
|
#include <NdbMain.h>
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
Reference in New Issue
Block a user