~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Stewart Smith
  • Date: 2011-02-09 04:20:15 UTC
  • mto: (2154.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 2155.
  • Revision ID: stewart@flamingspork.com-20110209042015-tevv6ff58o60nac1
properly encapsulate Session::tablespace_op and stop using (and remove) session_tablespace_op(session)

Show diffs side-by-side

added added

removed removed

Lines of Context:
932
932
#define thd_killed                                                      session_killed
933
933
#define thd_tx_isolation                                        session_tx_isolation
934
934
#define thd_in_lock_tables                                      session_in_lock_tables
935
 
#define thd_tablespace_op                                       session_tablespace_op
 
935
#define thd_tablespace_op(x)                                    ((x)->doing_tablespace_operation())
936
936
#define thd_alloc                                                       session_alloc
937
937
#define thd_make_lex_string                                     session_make_lex_string
938
938
#define column_bitmaps_signal()