~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2011-02-22 06:12:02 UTC
  • mfrom: (2190.1.6 drizzle-build)
  • Revision ID: brian@tangent.org-20110222061202-k03czxykqy4x9hjs
List update, header fixes, multiple symbols, and David deletes some code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
Smart ALTER TABLE
22
22
*******************************************************/
23
23
 
24
 
#include "config.h"
 
24
#include <config.h>
25
25
#include <drizzled/error.h>
26
 
#include "drizzled/charset_info.h"
 
26
#include <drizzled/charset_info.h>
27
27
#include <drizzled/field.h>
28
28
#include <drizzled/table.h>
29
29
#include <drizzled/field/varstring.h>
30
 
#include "drizzled/internal/my_sys.h"
 
30
#include <drizzled/internal/my_sys.h>
31
31
 
32
 
extern "C" {
33
32
#include "log0log.h"
34
33
#include "row0merge.h"
35
34
#include "srv0srv.h"
37
36
#include "trx0roll.h"
38
37
#include "ha_prototypes.h"
39
38
#include "handler0alter.h"
40
 
}
41
39
 
42
40
#include "ha_innodb.h"
43
41
#include "handler0vars.h"
132
130
 
133
131
/*************************************************************//**
134
132
Copies an InnoDB record to table->getInsertRecord(). */
135
 
extern "C" UNIV_INTERN
 
133
UNIV_INTERN
136
134
void
137
135
innobase_rec_to_mysql(
138
136
/*==================*/
182
180
 
183
181
/*************************************************************//**
184
182
Resets table->getInsertRecord(). */
185
 
extern "C" UNIV_INTERN
 
183
UNIV_INTERN
186
184
void
187
185
innobase_rec_reset(
188
186
/*===============*/