~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/storage_engine.cc

  • Committer: Brian Aker
  • Date: 2011-02-14 02:47:12 UTC
  • mto: (2170.1.1 alter-table)
  • mto: This revision was merged to the branch mainline in revision 2172.
  • Revision ID: brian@tangent.org-20110214024712-67qeo6249b0hzfcz
Merge in move of schema.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
#include "drizzled/global_charset_info.h"
50
50
#include "drizzled/charset.h"
51
51
#include "drizzled/internal/my_sys.h"
52
 
#include "drizzled/db.h"
53
52
 
54
53
#include <drizzled/table_proto.h>
55
54
#include <drizzled/plugin/event_observer.h>