19 #include "ndb_thd_ndb.h"
28 Ndb* check_ndb_in_thd(THD* thd,
bool validate_ndb)
30 Thd_ndb *thd_ndb= get_thd_ndb(thd);
33 if (!(thd_ndb= Thd_ndb::seize(thd)))
35 thd_set_thd_ndb(thd, thd_ndb);
38 else if (validate_ndb && !thd_ndb->valid_ndb())
40 if (!thd_ndb->recycle_ndb(thd))