~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2008-11-04 15:39:09 UTC
  • mfrom: (575.1.2 devel)
  • Revision ID: brian@tangent.org-20081104153909-c72hn65udxs1ccal
Merge of Monty's work

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
/************************************************************************
22
22
Creates a purge node to a query graph. */
23
 
 
 
23
UNIV_INTERN
24
24
purge_node_t*
25
25
row_purge_node_create(
26
26
/*==================*/
30
30
/***************************************************************
31
31
Does the purge operation for a single undo log record. This is a high-level
32
32
function used in an SQL execution graph. */
33
 
 
 
33
UNIV_INTERN
34
34
que_thr_t*
35
35
row_purge_step(
36
36
/*===========*/