~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2010-12-25 00:28:49 UTC
  • mto: This revision was merged to the branch mainline in revision 2031.
  • Revision ID: brian@tangent.org-20101225002849-g73mg6ihulajis0o
First pass in refactoring of the name of my_decimal.

Show diffs side-by-side

added added

removed removed

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