~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/heap/ha_heap.cc

  • Committer: Monty Taylor
  • Date: 2008-12-10 02:09:33 UTC
  • mto: (670.1.3 devel)
  • mto: This revision was merged to the branch mainline in revision 672.
  • Revision ID: monty@inaugust.com-20081210020933-nh3biepurtx2nc7j
Moved pthread keys

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