~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
735
735
    return server_id;
736
736
  }
737
737
 
738
 
  /** Returns the current transaction ID for the session's current statement */
739
 
  my_xid getTransactionId();
740
 
 
741
738
  /**
742
739
    There is BUG#19630 where statement-based replication of stored
743
740
    functions/triggers with two auto_increment columns breaks.
976
973
 
977
974
  void clear_error(bool full= false);
978
975
  void clearDiagnostics();
979
 
  void fatal_error();
980
976
  bool is_error() const;
981
977
 
982
978
  inline const charset_info_st *charset() { return default_charset_info; }