mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Forte compile fixes
BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
This commit is contained in:
@ -250,7 +250,7 @@ struct CreateEvntReq {
|
||||
return tmp;
|
||||
}
|
||||
void setAttrListBitmask(const AttributeMask & val) {
|
||||
m_attrListBitmask = val;
|
||||
AttributeMask::assign(m_attrListBitmask.data, val);
|
||||
}
|
||||
Uint32 getEventType() const {
|
||||
return m_eventType;
|
||||
|
@ -17,6 +17,7 @@
|
||||
#ifndef NDB_TRIGGER_DEFINITIONS_H
|
||||
#define NDB_TRIGGER_DEFINITIONS_H
|
||||
|
||||
#include <ndb_global.h>
|
||||
#include "ndb_limits.h"
|
||||
|
||||
#ifndef MIN
|
||||
|
Reference in New Issue
Block a user