1
0
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:
joreland@mysql.com
2004-05-21 16:46:56 +02:00
parent 1d2b14f711
commit f62b63dc76
5 changed files with 390 additions and 0 deletions

View File

@ -56,6 +56,10 @@ private:
void* m_owner;
};
#ifdef NDB_NO_DROPPED_SIGNAL
#include <stdlib.h>
#endif
inline
bool
NdbReceiver::checkMagicNumber() const {