~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

Merge Paul

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