~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Laurynas Biveinis
  • Date: 2011-04-07 12:10:16 UTC
  • mto: This revision was merged to the branch mainline in revision 2273.
  • Revision ID: laurynas.biveinis@percona.com-20110407121016-hvn63tw2yde6jepo
Port Percona's innodb_lru_dump_restore.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
338
338
reading of a disk page */
339
339
extern ulint srv_buf_pool_reads;
340
340
 
 
341
/** Time in seconds between automatic buffer pool dumps */
 
342
extern uint32_t srv_auto_lru_dump;
 
343
 
341
344
/** Status variables to be passed to MySQL */
342
345
typedef struct export_var_struct export_struc;
343
346
 
635
638
/*=====================*/
636
639
        void*   arg);   /*!< in: a dummy parameter required by
637
640
                        os_thread_create */
 
641
/*********************************************************************//**
 
642
A thread which restores the buffer pool from a dump file on startup and does
 
643
periodic buffer pool dumps.
 
644
@return a dummy parameter */
 
645
UNIV_INTERN
 
646
os_thread_ret_t
 
647
srv_LRU_dump_restore_thread(
 
648
/*====================*/
 
649
        void*   arg);   /*!< in: a dummy parameter required by
 
650
                        os_thread_create */
638
651
/******************************************************************//**
639
652
Outputs to a file the output of the InnoDB Monitor.
640
653
@return FALSE if not all information printed