~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

  • Committer: Brian Aker
  • Date: 2009-06-26 06:25:57 UTC
  • mfrom: (971.3.55 eday-dev)
  • Revision ID: brian@gaz-20090626062557-ibc9n6hch1ol1c0x
MergeĀ Eric

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
/* Classes in mysql */
25
25
 
26
 
#include <drizzled/protocol.h>
 
26
#include <drizzled/plugin/protocol.h>
27
27
#include <drizzled/sql_locale.h>
28
28
#include <drizzled/ha_trx_info.h>
29
29
#include <mysys/my_alloc.h>