~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Monty Taylor
  • Date: 2010-10-02 05:07:25 UTC
  • mto: (1817.1.3 build)
  • mto: This revision was merged to the branch mainline in revision 1818.
  • Revision ID: mordred@inaugust.com-20101002050725-h1b30b0nr3leeoh1
Embed a modified version of parse_config_file. There are several more bugs
that we'll want to fix in it, and then submit upstream. Eventually we should
be able to remove this- but for now the version on lucid is completely
broken.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
12
12
 
13
13
You should have received a copy of the GNU General Public License along with
14
 
this program; if not, write to the Free Software Foundation, Inc., 59 Temple
15
 
Place, Suite 330, Boston, MA 02111-1307 USA
 
14
this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
 
15
St, Fifth Floor, Boston, MA 02110-1301 USA
16
16
 
17
17
*****************************************************************************/
18
18
 
22
22
*******************************************************/
23
23
 
24
24
/*************************************************************//**
25
 
Copies an InnoDB record to table->record[0]. */
 
25
Copies an InnoDB record to table->getInsertRecord(). */
26
26
UNIV_INTERN
27
27
void
28
28
innobase_rec_to_mysql(
34
34
                                                rec, index, ...) */
35
35
 
36
36
/*************************************************************//**
37
 
Resets table->record[0]. */
 
37
Resets table->getInsertRecord(). */
38
38
UNIV_INTERN
39
39
void
40
40
innobase_rec_reset(