~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Monty Taylor
  • Date: 2008-09-14 22:10:23 UTC
  • mto: This revision was merged to the branch mainline in revision 388.
  • Revision ID: monty@inaugust.com-20080914221023-otz8vuui590zp5yf
Got rid of libsqlcommon and some surious defines.

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
 
UNIV_INTERN
 
24
 
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
 
31
32
#ifndef UNIV_NONINL
32
33
#include "row0uins.ic"
33
34
#endif