~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_list.h

  • Committer: Stewart Smith
  • Date: 2008-12-16 01:06:08 UTC
  • mfrom: (685 testable)
  • mto: This revision was merged to the branch mainline in revision 691.
  • Revision ID: stewart@flamingspork.com-20081216010608-s5mhsjcl4fz7c4by
merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
#include <utility>
25
25
#include <algorithm>
 
26
#include <stdlib.h>
26
27
#include <drizzled/sql_alloc.h>
27
28
 
28
29
/** Struct to handle simple linked lists. */