~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

Merge in Percona's innodb_lru_dump_restore.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
220
220
buf_LRU_stat_update(void);
221
221
/*=====================*/
222
222
 
 
223
/********************************************************************//**
 
224
Dump the LRU page list to the specific file. */
 
225
UNIV_INTERN
 
226
bool
 
227
buf_LRU_file_dump(void);
 
228
/*===================*/
 
229
 
 
230
/********************************************************************//**
 
231
Read the pages based on the specific file.*/
 
232
UNIV_INTERN
 
233
bool
 
234
buf_LRU_file_restore(void);
 
235
/*======================*/
 
236
 
223
237
#if defined UNIV_DEBUG || defined UNIV_BUF_DEBUG
224
238
/**********************************************************************//**
225
239
Validates the LRU list.