~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/schema_engine/schema.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:
21
21
#include "config.h"
22
22
 
23
23
#include "plugin/schema_engine/schema.h"
24
 
#include "drizzled/db.h"
 
24
#include "drizzled/schema.h"
25
25
#include "drizzled/sql_table.h"
26
26
#include "drizzled/global_charset_info.h"
27
27
#include "drizzled/charset.h"