~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
trx_purge_sys_create(void);
72
72
/*======================*/
73
73
/********************************************************************//**
 
74
Frees the global purge system control structure. */
 
75
UNIV_INTERN
 
76
void
 
77
trx_purge_sys_close(void);
 
78
/*======================*/
 
79
/************************************************************************
74
80
Adds the update undo log as the first log in the history list. Removes the
75
81
update undo log segment from the rseg slot if it is too big for reuse. */
76
82
UNIV_INTERN