~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/xid.h

  • Committer: Olaf van der Spek
  • Date: 2011-07-05 16:50:17 UTC
  • mto: This revision was merged to the branch mainline in revision 2384.
  • Revision ID: olafvdspek@gmail.com-20110705165017-8ixqna9ucpfwn0yz
Refactor Scoreboard

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();