~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/innobase/include/row0uins.h

  • Committer: Monty Taylor
  • Date: 2008-11-07 04:45:58 UTC
  • mfrom: (574.3.4 drizzle-clean-code)
  • mto: This revision was merged to the branch mainline in revision 579.
  • Revision ID: monty@inaugust.com-20081107044558-2me2c70ksfr3qs9i
Merged from Lee (and from trunk by proxy)

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
Undoes a fresh insert of a row to a table. A fresh insert means that
22
22
the same clustered index unique key did not have any record, even delete
23
23
marked, at the time of the insert. */
24
 
 
 
24
UNIV_INTERN
25
25
ulint
26
26
row_undo_ins(
27
27
/*=========*/
28
28
                                /* out: DB_SUCCESS */
29
29
        undo_node_t*    node);  /* in: row undo node */
30
30
 
31
 
 
32
31
#ifndef UNIV_NONINL
33
32
#include "row0uins.ic"
34
33
#endif