mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
fix ndb odbc compile
BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
This commit is contained in:
@ -37,6 +37,7 @@
|
||||
*/
|
||||
|
||||
#include <ndb_global.h>
|
||||
#undef test
|
||||
#include <ndb_version.h>
|
||||
#include <kernel/ndb_limits.h>
|
||||
#include <Bitmask.hpp>
|
||||
@ -1281,6 +1282,7 @@ struct Fld {
|
||||
return test.verify(m_double, m_ind, fld.m_double, fld.m_ind);
|
||||
}
|
||||
assert(false);
|
||||
return false;
|
||||
}
|
||||
// debug
|
||||
void print() const {
|
||||
|
Reference in New Issue
Block a user