mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
bug#10330 - linking with ndb fails
changes to handling of new/delete cxa_pure_virtual has changed in mysys remove "ndb"'s own impl. as they are no longer needed as we link mysys at all places
This commit is contained in:
parent
3be81d4299
commit
ef23f4295f
2 changed files with 2 additions and 2 deletions
|
@ -2,6 +2,6 @@
|
|||
/**
|
||||
* GCC linking problem...
|
||||
*/
|
||||
#ifdef DEFINE_CXA_PURE_VIRTUAL
|
||||
#if 0
|
||||
extern "C" { int __cxa_pure_virtual() { return 0;} }
|
||||
#endif
|
||||
|
|
|
@ -6,7 +6,7 @@ extern "C" {
|
|||
void (* ndb_new_handler)() = 0;
|
||||
}
|
||||
|
||||
#ifdef USE_MYSYS_NEW
|
||||
#if 0
|
||||
|
||||
void *operator new (size_t sz)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue