~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: lbieber at stabletransit
  • Date: 2010-10-12 20:53:47 UTC
  • mfrom: (1842.1.3 build)
  • Revision ID: lbieber@drizzle-build-n02.wc1.dfw1.stabletransit.com-20101012205347-zzg0en7nughfhven
Merge Monty - add valgrind stripping program to the tree, suppress size_t signature change
Merge Travis - File: /drizzled/xid.h. Changed struct name of 'st_drizzle_xid' to 'drizzle_xid', changed it to a C++ class and added constructor initialization list
Merge Brian - adding more documentation

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*****************************************************************************
2
2
 
3
 
Copyright (c) 2005, 2010, Innobase Oy. All Rights Reserved.
 
3
Copyright (c) 2005, 2009, Innobase Oy. All Rights Reserved.
4
4
 
5
5
This program is free software; you can redistribute it and/or modify it under
6
6
the terms of the GNU General Public License as published by the Free Software
27
27
void
28
28
innobase_rec_to_mysql(
29
29
/*==================*/
30
 
        TABLE*          table,          /*!< in/out: MySQL table */
 
30
        TABLE*                  table,          /*!< in/out: MySQL table */
31
31
        const rec_t*            rec,            /*!< in: record */
32
32
        const dict_index_t*     index,          /*!< in: index */
33
33
        const ulint*            offsets);       /*!< in: rec_get_offsets(
39
39
void
40
40
innobase_rec_reset(
41
41
/*===============*/
42
 
        TABLE*          table);         /*!< in/out: MySQL table */
 
42
        TABLE*                  table);         /*!< in/out: MySQL table */