21 #include <mysql/plugin.h>
28 thd_get_thd_ndb(THD* thd)
30 return (
class Thd_ndb *) thd_get_ha_data(thd, ndbcluster_hton);
38 return thd_get_thd_ndb(thd);
45 thd_set_thd_ndb(THD *thd,
class Thd_ndb *thd_ndb)
47 thd_set_ha_data(thd, ndbcluster_hton, thd_ndb);
52 class Ndb* check_ndb_in_thd(THD* thd,
bool validate_ndb=
false);