~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/include/handler0alter.h

  • Committer: Brian Aker
  • Date: 2010-12-27 19:16:17 UTC
  • mto: This revision was merged to the branch mainline in revision 2036.
  • Revision ID: brian@tangent.org-20101227191617-b1jesi0g2okc06nj
Improvement for decimal in encapsulation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
*****************************************************************************/
18
18
 
19
 
namespace drizzled
20
 
{
21
 
class Table;
22
 
}
23
 
 
24
19
/**************************************************//**
25
20
@file include/handler0alter.h
26
21
Smart ALTER TABLE
32
27
void
33
28
innobase_rec_to_mysql(
34
29
/*==================*/
35
 
        ::drizzled::Table*              table,          /*!< in/out: MySQL table */
 
30
        TABLE*          table,          /*!< in/out: MySQL table */
36
31
        const rec_t*            rec,            /*!< in: record */
37
32
        const dict_index_t*     index,          /*!< in: index */
38
33
        const ulint*            offsets);       /*!< in: rec_get_offsets(
44
39
void
45
40
innobase_rec_reset(
46
41
/*===============*/
47
 
        ::drizzled::Table*              table);         /*!< in/out: MySQL table */
 
42
        TABLE*          table);         /*!< in/out: MySQL table */