~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2010-10-22 14:29:31 UTC
  • mto: This revision was merged to the branch mainline in revision 1872.
  • Revision ID: brian@tangent.org-20101022142931-uhy43hb33rasy0fg
Usage of find_temporary_table() to identifier.

Show diffs side-by-side

added added

removed removed

Lines of Context:
132
132
                                them */
133
133
        dict_index_t*   index,  /*!< in: clustered index */
134
134
        ulint           type,   /*!< in: DATA_TRX_ID or DATA_ROLL_PTR */
135
 
        ib_uint64_t     val);   /*!< in: value to write */
 
135
        dulint          val);   /*!< in: value to write */
136
136
/*********************************************************************//**
137
137
Creates an update node for a query graph.
138
138
@return own: update node */