~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin.h

  • Committer: Monty Taylor
  • Date: 2008-10-07 19:30:18 UTC
  • mfrom: (322.2.8 stdize-code)
  • mto: This revision was merged to the branch mainline in revision 491.
  • Revision ID: monty@inaugust.com-20081007193018-22fhaywc990akeqa
Merged code from Mats that I should have merged a while ago.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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);
432
 
const char *thd_proc_info(DRIZZLE_THD thd, const char *info);
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 */