mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
bug#7777 - ndb compile on qnx
remove usage of compiler supplied <new> and instead impl. own inlined placement new ndb/include/kernel/AttributeHeader.hpp: remove usage <new> ndb/include/ndb_global.h.in: remove usage <new> instead impl. own ndb/src/kernel/blocks/backup/BackupInit.cpp: remove usage <new> ndb/src/kernel/blocks/cmvmi/Cmvmi.cpp: remove usage <new> ndb/src/kernel/blocks/dbdih/DbdihInit.cpp: remove usage <new> ndb/src/kernel/blocks/dblqh/DblqhInit.cpp: remove usage <new> ndb/src/kernel/blocks/dbtc/DbtcInit.cpp: remove usage <new> ndb/src/kernel/blocks/dbtup/DbtupGen.cpp: remove usage <new> ndb/src/kernel/blocks/dbtux/Dbtux.hpp: remove usage <new> ndb/src/kernel/blocks/grep/GrepInit.cpp: remove usage <new> ndb/src/kernel/blocks/suma/SumaInit.cpp: remove usage <new> ndb/src/kernel/vm/Emulator.cpp: remove usage <new> ndb/src/kernel/vm/SimulatedBlock.hpp: remove usage <new> ndb/src/mgmapi/mgmapi_configuration.cpp: remove usage <new>
This commit is contained in:
@ -17,7 +17,6 @@
|
||||
#ifndef ATTRIBUTE_HEADER
|
||||
#define ATTRIBUTE_HEADER
|
||||
|
||||
#include <new>
|
||||
/**
|
||||
* @class AttributeHeader
|
||||
* @brief Header passed in front of every attribute value in AttrInfo signal
|
||||
|
Reference in New Issue
Block a user