~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.cc

  • Committer: Brian Aker
  • Date: 2009-06-08 02:42:24 UTC
  • mfrom: (1054.1.6 merge)
  • Revision ID: brian@gaz-20090608024224-zlff1bpq62r8m5gy
Removal of LOCK TABLES.

Show diffs side-by-side

added added

removed removed

Lines of Context:
112
112
 
113
113
 
114
114
extern "C"
115
 
int session_in_lock_tables(const Session *session)
116
 
{
117
 
  return test(session->in_lock_tables);
118
 
}
119
 
 
120
 
 
121
 
extern "C"
122
115
int session_tablespace_op(const Session *session)
123
116
{
124
117
  return test(session->tablespace_op);
188
181
   is_fatal_error(0),
189
182
   transaction_rollback_request(0),
190
183
   is_fatal_sub_stmt_error(0),
191
 
   in_lock_tables(0),
192
184
   derived_tables_processing(false),
193
185
   m_lip(NULL),
194
186
   scheduler(0),