~james-page/ubuntu/precise/mysql-5.5/misc-fixes

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2012-06-11 07:34:33 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20120611073433-l9za2ni4ipp848y3
Tags: 5.5.24-0ubuntu0.12.04.1
* SECURITY UPDATE: Update to 5.5.24 to fix security issues (LP: #1011371)
  - http://dev.mysql.com/doc/refman/5.5/en/news-5-5-24.html

Show diffs side-by-side

added added

removed removed

Lines of Context:
678
678
        que_thr_t*      thr);   /*!< in: query thread */
679
679
 
680
680
/**********************************************************************//**
681
 
Check whether any background thread is active.
682
 
@return FALSE if all are are suspended or have exited. */
 
681
Check whether any background thread is active. If so, return the thread
 
682
type.
 
683
@return ULINT_UNDEFINED if all are are suspended or have exited, thread
 
684
type if any are still active. */
683
685
UNIV_INTERN
684
 
ibool
685
 
srv_is_any_background_thread_active(void);
686
 
/*======================================*/
 
686
ulint
 
687
srv_get_active_thread_type(void);
 
688
/*============================*/
687
689
 
688
690
/** Status variables to be passed to MySQL */
689
691
struct export_var_struct{