~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/handler/internal_dictionary.cc

  • Committer: Brian Aker
  • Date: 2011-02-04 22:30:00 UTC
  • mto: (2147.1.1 catalogs)
  • mto: This revision was merged to the branch mainline in revision 2148.
  • Revision ID: brian@tangent.org-20110204223000-iarxulhsorv5s4z1
Merge in cleanup of dead class to drizzle structures (its C++ we don't need
to be doing this any longer).

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
#include "ha_prototypes.h"
52
52
#include "ut0mem.h"
53
53
#include "ibuf0ibuf.h"
54
 
#include "mysql_addons.h"
55
54
#include "handler0vars.h"
56
55
 
57
56
using namespace drizzled;