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

« back to all changes in this revision

Viewing changes to storage/innobase/include/fil0fil.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:
346
346
        ib_uint64_t*    max_flushed_lsn);       /*!< out: max of flushed
347
347
                                                lsn values in data files */
348
348
/*******************************************************************//**
349
 
Increments the count of pending insert buffer page merges, if space is not
350
 
being deleted.
351
 
@return TRUE if being deleted, and ibuf merges should be skipped */
 
349
Increments the count of pending operation, if space is not being deleted.
 
350
@return TRUE if being deleted, and operation should be skipped */
352
351
UNIV_INTERN
353
352
ibool
354
 
fil_inc_pending_ibuf_merges(
355
 
/*========================*/
 
353
fil_inc_pending_ops(
 
354
/*================*/
356
355
        ulint   id);    /*!< in: space id */
357
356
/*******************************************************************//**
358
 
Decrements the count of pending insert buffer page merges. */
 
357
Decrements the count of pending operations. */
359
358
UNIV_INTERN
360
359
void
361
 
fil_decr_pending_ibuf_merges(
362
 
/*=========================*/
 
360
fil_decr_pending_ops(
 
361
/*=================*/
363
362
        ulint   id);    /*!< in: space id */
364
363
#endif /* !UNIV_HOTBACKUP */
365
364
/*******************************************************************//**
398
397
ibool
399
398
fil_delete_tablespace(
400
399
/*==================*/
401
 
        ulint   id);    /*!< in: space id */
 
400
        ulint   id,             /*!< in: space id */
 
401
        ibool   evict_all);     /*!< in: TRUE if we want all pages
 
402
                                evicted from LRU. */
402
403
#ifndef UNIV_HOTBACKUP
403
404
/*******************************************************************//**
404
405
Discards a single-table tablespace. The tablespace must be cached in the