~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pbxt/src/ha_pbxt.h

  • Committer: Brian Aker
  • Date: 2010-05-03 20:01:36 UTC
  • mfrom: (1516.1.2 staging)
  • Revision ID: brian@gaz-20100503200136-8cbqn0m5hztqb9h8
Merge Paul's latest PBXT (includes version 1.1)

Show diffs side-by-side

added added

removed removed

Lines of Context:
353
353
#define thd_query(t)                                            &(t)->query
354
354
#define thd_slave_thread(t)                                     (t)->slave_thread
355
355
#define thd_binlog_format(t)                            (t)->variables.binlog_format
356
 
#define thd_mark_transaction_to_rollback(t)     mark_transaction_to_rollback(t, all)
357
356
#endif // INNODB_COMPATIBILITY_HOOKS */
358
357
#endif /* !DRIZZLED */
359
358