~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Olaf van der Spek
  • Date: 2011-03-24 00:16:14 UTC
  • mto: This revision was merged to the branch mainline in revision 2251.
  • Revision ID: olafvdspek@gmail.com-20110324001614-wvmgc6eg52oq2321
Remove const_reference and reference from Session

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
Created 4/20/1996 Heikki Tuuri
24
24
*******************************************************/
25
25
 
 
26
#pragma once
26
27
#ifndef row0ins_h
27
28
#define row0ins_h
28
29
 
84
85
row_ins_index_entry(
85
86
/*================*/
86
87
        dict_index_t*   index,  /*!< in: index */
87
 
        dtuple_t*       entry,  /*!< in: index entry to insert */
 
88
        dtuple_t*       entry,  /*!< in/out: index entry to insert */
88
89
        ulint           n_ext,  /*!< in: number of externally stored columns */
89
 
        ibool           foreign,/*!< in: TRUE=check foreign key constraints */
 
90
        ibool           foreign,/*!< in: TRUE=check foreign key constraints
 
91
                                (foreign=FALSE only during CREATE INDEX) */
90
92
        que_thr_t*      thr);   /*!< in: query thread */
91
93
/***********************************************************//**
92
94
Inserts a row to a table. This is a high-level function used in