~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/xid.cc

  • Committer: Olaf van der Spek
  • Date: 2011-04-19 16:22:44 UTC
  • mto: This revision was merged to the branch mainline in revision 2301.
  • Revision ID: olafvdspek@gmail.com-20110419162244-t3xugf3stl6pwh80
XID

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
  return formatID == -1;
51
51
}
52
52
 
53
 
void XID::null()
 
53
void XID::set_null()
54
54
{
55
55
  formatID= -1;
56
56
}