~stewart/drizzle/embedded-innodb-autoincrement

« back to all changes in this revision

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

merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
886
886
 
887
887
#define thd_charset                                                     session_charset
888
888
#define thd_slave_thread                                        session_slave_thread
889
 
#define thd_non_transactional_update            session_non_transactional_update
890
889
#define thd_binlog_format                                       session_binlog_format
891
 
#define thd_mark_transaction_to_rollback        session_mark_transaction_to_rollback
 
890
#define thd_mark_transaction_to_rollback        ::drizzled::session_mark_transaction_to_rollback
892
891
#define thd_ha_data                                                     session_ha_data
893
892
#define current_thd                                                     current_session
894
893
#define thd_sql_command                                         session_sql_command
922
921
class Session;
923
922
}
924
923
 
925
 
extern "C" void session_mark_transaction_to_rollback(drizzled::Session *session, bool all);
926
924
 
927
925
#else // DRIZZLED
928
926
/* The MySQL case: */