~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin.h

  • Committer: Brian Aker
  • Date: 2008-10-08 02:28:58 UTC
  • mfrom: (489.1.13 codestyle)
  • Revision ID: brian@tangent.org-20081008022858-ea8esagkxmn0dupc
Merge of Monty's work.

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 */