~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-15 17:24:04 UTC
  • Revision ID: monty@inaugust.com-20080915172404-ygh6hiyu0q7qpa9x
Removed strndup calls.

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