~ubuntu-branches/ubuntu/trusty/drizzle/trusty

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Clint Byrum
  • Date: 2012-06-19 10:46:49 UTC
  • mfrom: (1.1.6)
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20120619104649-e2l0ggd4oz3um0f4
Tags: upstream-7.1.36-stable
ImportĀ upstreamĀ versionĀ 7.1.36-stable

Show diffs side-by-side

added added

removed removed

Lines of Context:
641
641
                                appropriately aligned */
642
642
        void*   message);       /*!< in: message for aio handler if non-sync
643
643
                                aio used, else ignored */
644
 
/**********************************************************************//**
 
644
/********************************************************************//**
 
645
Confirm whether the parameters are valid or not */
 
646
UNIV_INTERN
 
647
bool
 
648
fil_is_exist(
 
649
/*=========*/
 
650
        ulint   space_id,       /*!< in: space id */
 
651
        ulint   block_offset);  /*!< in: offset in number of blocks */
 
652
                                /**********************************************************************//**
645
653
Waits for an aio operation to complete. This function is used to write the
646
654
handler for completed requests. The aio array of pending requests is divided
647
655
into segments (see os0file.c for more info). The thread specifies which