~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Lee Bieber
  • Date: 2010-12-23 02:14:02 UTC
  • mfrom: (2021.1.2 build)
  • Revision ID: kalebral@gmail.com-20101223021402-o4zhdsv3x8s0q6pz
Merge Stewart - Update innobase plugin to be based on innodb 1.1.4 from MySQL 5.5.8 
Merge Marisa - fixed markup in 'administrative.rst', which was throwing an error in the build

Show diffs side-by-side

added added

removed removed

Lines of Context:
717
717
/*==============*/
718
718
        const byte*     page);  /*!< in: file page */
719
719
 
 
720
/*******************************************************************//**
 
721
Returns TRUE if a single-table tablespace is being deleted.
 
722
@return TRUE if being deleted */
 
723
UNIV_INTERN
 
724
ibool
 
725
fil_tablespace_is_being_deleted(
 
726
/*============================*/
 
727
        ulint           id);    /*!< in: space id */
720
728
 
721
729
typedef struct fil_space_struct fil_space_t;
722
730