mirror of
https://github.com/MariaDB/server.git
synced 2025-11-19 19:03:26 +03:00
MySQL Bugs: #16925: ndb, added additional getters on NdbDictionary::Event
This commit is contained in:
@@ -1143,6 +1143,12 @@ NdbEventImpl::addTableEvent(const NdbDictionary::Event::TableEvent t = NdbDicti
|
||||
mi_type |= (unsigned)t;
|
||||
}
|
||||
|
||||
bool
|
||||
NdbEventImpl::getTableEvent(const NdbDictionary::Event::TableEvent t) const
|
||||
{
|
||||
return (mi_type & (unsigned)t) == (unsigned)t;
|
||||
}
|
||||
|
||||
void
|
||||
NdbEventImpl::setDurability(NdbDictionary::Event::EventDurability d)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user