~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2010-12-18 00:43:02 UTC
  • Revision ID: brian@tangent.org-20101218004302-4ivzuuzdkblyqe18
Refactor naming for integers.

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
 
        dulint          val);   /*!< in: value to write */
 
135
        ib_uint64_t     val);   /*!< in: value to write */
136
136
/*********************************************************************//**
137
137
Creates an update node for a query graph.
138
138
@return own: update node */