~capttofu/drizzle/drizzle_memcached

« back to all changes in this revision

Viewing changes to storage/innobase/drizzle/handler0alter.cc

  • Committer: Brian Aker
  • Date: 2008-11-18 23:19:19 UTC
  • mfrom: (584.1.16 devel)
  • Revision ID: brian@tangent.org-20081118231919-w9sr347dtiwhccml
Merge of Monty's work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
(c) 2005-2008 Innobase Oy
5
5
*******************************************************/
6
6
 
7
 
#if defined(BUILD_DRIZZLE)
8
 
# include <drizzled/common_includes.h>
9
 
# include <drizzled/error.h>
10
 
# include <mystrings/m_ctype.h>
11
 
#else
12
 
# include <mysql_priv.h>
13
 
# include <mysqld_error.h>
14
 
#endif
 
7
#include <drizzled/common_includes.h>
 
8
#include <drizzled/error.h>
 
9
#include <mystrings/m_ctype.h>
 
10
#include <drizzled/field.h>
 
11
#include <drizzled/table.h>
 
12
#include <drizzled/log.h>
15
13
 
16
14
extern "C" {
17
15
#include "log0log.h"