~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/structs.h

  • Committer: Monty Taylor
  • Date: 2008-11-04 18:01:26 UTC
  • mto: (575.1.7 fix-headers)
  • mto: This revision was merged to the branch mainline in revision 579.
  • Revision ID: monty@inaugust.com-20081104180126-88cfh3g4q1szu7us
Moved some stuff out of handler.h.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
/* The old structures from unireg */
22
22
 
 
23
#ifndef DRIZZLED_STRUCTS_H
 
24
#define DRIZZLED_STRUCTS_H
 
25
 
23
26
#include <mysys/iocache.h>
24
27
#include <mysys/definitions.h>
25
28
 
371
374
  uint64_t maximum()     const { return (head ? tail->maximum() : 0); };
372
375
  uint32_t      nb_elements() const { return elements; }
373
376
};
 
377
 
 
378
#endif /* DRIZZLED_STRUCTS_H */