~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pbms/src/defs_ms.h

  • Committer: Monty Taylor
  • Date: 2010-12-26 03:15:44 UTC
  • mto: This revision was merged to the branch mainline in revision 2038.
  • Revision ID: mordred@inaugust.com-20101226031544-1cf3raipu53fnmyj
Through page.

Show diffs side-by-side

added added

removed removed

Lines of Context:
191
191
#define thd_binlog_format                                       session_binlog_format
192
192
#define thd_mark_transaction_to_rollback        session_mark_transaction_to_rollback
193
193
#define current_thd                                                     current_session
194
 
#define thd_sql_command(x)                                              ((x)->getSqlCommand())
 
194
#define thd_sql_command                                         session_sql_command
195
195
#define thd_test_options                                        session_test_options
196
196
#define thd_killed                                                      session_killed
197
 
#define thd_tx_isolation(x)                                     ((x)->getTxIsolation())
 
197
#define thd_tx_isolation                                        session_tx_isolation
198
198
#define thd_in_lock_tables                                      session_in_lock_tables
199
 
#define thd_tablespace_op(x)                                    ((x)->doingTablespaceOperation())
 
199
#define thd_tablespace_op                                       session_tablespace_op
200
200
#define thd_alloc                                                       session_alloc
201
201
#define thd_make_lex_string                                     session_make_lex_string
202
202