~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/heap/ha_heap.cc

  • Committer: Brian Aker
  • Date: 2008-12-11 08:52:18 UTC
  • mfrom: (670.1.11 devel)
  • Revision ID: brian@tangent.org-20081211085218-cpmznmzrflyd82j2
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#include <drizzled/error.h>
21
21
#include <drizzled/table.h>
22
22
#include <drizzled/session.h>
 
23
#include <drizzled/current_session.h>
23
24
#include <drizzled/field/timestamp.h>
24
25
#include <drizzled/field/varstring.h>
25
26