~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

  • Committer: Brian Aker
  • Date: 2008-11-23 00:59:08 UTC
  • Revision ID: brian@tangent.org-20081123005908-yydyfzf60h8cc2zy
Update bits for replication

Show diffs side-by-side

added added

removed removed

Lines of Context:
963
963
private:
964
964
  uint32_t binlog_table_maps; // Number of table maps currently in the binlog
965
965
 
966
 
  enum enum_binlog_flag {
967
 
    BINLOG_FLAG_UNSAFE_STMT_PRINTED,
968
 
    BINLOG_FLAG_COUNT
969
 
  };
970
 
 
971
966
  /**
972
967
     Flags with per-thread information regarding the status of the
973
968
     binary log.
1260
1255
    Reset to false when we leave the sub-statement mode.
1261
1256
  */
1262
1257
  bool       is_fatal_sub_stmt_error;
1263
 
  bool       query_start_used, rand_used, time_zone_used;
 
1258
  bool       query_start_used; 
1264
1259
  /* for IS NULL => = last_insert_id() fix in remove_eq_conds() */
1265
1260
  bool       substitute_null_with_insert_id;
1266
1261
  bool       in_lock_tables;