~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2010-10-12 05:21:02 UTC
  • Revision ID: brian@tangent.org-20101012052102-9yrbu1ye7n8n4b6n
Remove dead code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*****************************************************************************
2
2
 
3
 
Copyright (C) 1996, 2009, Innobase Oy. All Rights Reserved.
 
3
Copyright (c) 1996, 2009, Innobase Oy. All Rights Reserved.
4
4
 
5
5
This program is free software; you can redistribute it and/or modify it under
6
6
the terms of the GNU General Public License as published by the Free Software
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
112
106
@return number of undo log pages handled in the batch */
113
107
UNIV_INTERN
114
108
ulint
115
 
trx_purge(
116
 
/*======*/
117
 
        ulint   limit);         /*!< in: the maximum number of records to
118
 
                                purge in one batch */
 
109
trx_purge(void);
 
110
/*===========*/
119
111
/******************************************************************//**
120
112
Prints information of the purge system to stderr. */
121
113
UNIV_INTERN