~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/xid.cc

  • Committer: Brian Aker
  • Date: 2010-02-04 15:58:21 UTC
  • mfrom: (1280.1.9 build)
  • Revision ID: brian@gaz-20100204155821-bi4txluiivy043sb
Rollup of Brian, Jay

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#include "drizzled/global_charset_info.h"
28
28
#include "drizzled/charset_info.h"
29
29
 
30
 
XID::XID()
31
 
{}
32
 
 
33
30
bool XID::eq(XID *xid)
34
31
{
35
32
  return eq(xid->gtrid_length, xid->bqual_length, xid->data);