~thomir-deactivatedaccount/drizzle/drizzle-fix-bug653747

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2010-10-10 02:07:52 UTC
  • mfrom: (1827.2.3 staging)
  • Revision ID: brian@tangent.org-20101010020752-ktv73isay5dxtvp3
Merge in switch on table_share_instance inheritance.

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
 
/************************************************************************
80
74
Adds the update undo log as the first log in the history list. Removes the
81
75
update undo log segment from the rseg slot if it is too big for reuse. */
82
76
UNIV_INTERN