~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Lee Bieber
  • Date: 2010-12-28 17:42:52 UTC
  • mfrom: (2023.3.32 innodb-cxx)
  • Revision ID: kalebral@gmail.com-20101228174252-fy2isiqdaphf2gl3
Merge Monty, move innobase from C to C++

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
#include "drizzled/current_session.h"
24
24
 
25
 
extern "C" {
26
25
#include "trx0i_s.h"
27
26
#include "trx0trx.h" /* for TRX_QUE_STATE_STR_MAX_LEN */
28
27
#include "buf0buddy.h" /* for i_s_cmpmem */
34
33
#include "dict0load.h"  /* for file sys_tables related info. */
35
34
#include "dict0mem.h"
36
35
#include "dict0types.h"
37
 
}
38
36
#include "handler0vars.h"
39
37
 
40
38
using namespace drizzled;