~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/sql_class.cc

  • Committer: Brian Aker
  • Date: 2008-07-13 18:27:33 UTC
  • Revision ID: brian@tangent.org-20080713182733-3u1et5nrmofi8a8n
my_bool cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2430
2430
extern "C" void xid_free_hash(void *);
2431
2431
 
2432
2432
uchar *xid_get_hash_key(const uchar *ptr, size_t *length,
2433
 
                                  my_bool not_used __attribute__((unused)))
 
2433
                        bool not_used __attribute__((unused)))
2434
2434
{
2435
2435
  *length=((XID_STATE*)ptr)->xid.key_length();
2436
2436
  return ((XID_STATE*)ptr)->xid.key();