mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Added unit performance test for scan
This commit is contained in:
@ -56,6 +56,10 @@ private:
|
||||
void* m_owner;
|
||||
};
|
||||
|
||||
#ifdef NDB_NO_DROPPED_SIGNAL
|
||||
#include <stdlib.h>
|
||||
#endif
|
||||
|
||||
inline
|
||||
bool
|
||||
NdbReceiver::checkMagicNumber() const {
|
||||
|
Reference in New Issue
Block a user