~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/xid.h

  • Committer: Mark Atwood
  • Date: 2011-08-03 15:44:55 UTC
  • mfrom: (2318.8.15 refactor2)
  • Revision ID: me@mark.atwood.name-20110803154455-jqg3gnxofkq8wetv
mergeĀ lp:~olafvdspek/drizzle/refactor2

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
  }
59
59
  void set(uint64_t xid);
60
60
  void set(long g, long b, const char *d);
61
 
  bool is_null();
 
61
  bool is_null() const;
62
62
  void set_null();
63
63
  my_xid quick_get_my_xid();
64
64
  my_xid get_my_xid();