429
429
int thd_tablespace_op(const DRIZZLE_THD thd);
430
430
int64_t thd_test_options(const DRIZZLE_THD thd, int64_t test_options);
431
431
int thd_sql_command(const DRIZZLE_THD thd);
433
432
void **thd_ha_data(const DRIZZLE_THD thd, const struct handlerton *hton);
434
433
int thd_tx_isolation(const DRIZZLE_THD thd);
435
434
/* Increments the row counter, see THD::row_count */