19 #include "ndb_internal.hpp"
22 Ndb_internal::send_event_report(
bool has_lock,
23 Ndb *ndb, Uint32 *data, Uint32 length)
25 return ndb->theImpl->send_event_report(has_lock, data, length);
29 Ndb_internal::setForceShortRequests(
Ndb* ndb,
bool val)
31 ndb->theImpl->forceShortRequests = val;