~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

  • 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:
88
88
typedef struct drizzled_lock_st
89
89
{
90
90
  Table **table;
91
 
  uint32_t table_count,lock_count;
 
91
  uint32_t table_count;
 
92
  uint32_t lock_count;
92
93
  THR_LOCK_DATA **locks;
93
94
} DRIZZLE_LOCK;
94
95
 
799
800
  bool       is_fatal_sub_stmt_error;
800
801
  /* for IS NULL => = last_insert_id() fix in remove_eq_conds() */
801
802
  bool       substitute_null_with_insert_id;
802
 
  bool       in_lock_tables;
803
803
  bool       cleanup_done;
804
804
 
805
805
  /**  is set if some thread specific value(s) used in a statement. */