~thomir-deactivatedaccount/drizzle/drizzle-fix-bug653747

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2010-10-10 02:07:52 UTC
  • mfrom: (1827.2.3 staging)
  • Revision ID: brian@tangent.org-20101010020752-ktv73isay5dxtvp3
Merge in switch on table_share_instance inheritance.

Show diffs side-by-side

added added

removed removed

Lines of Context:
157
157
                                                to become available again */
158
158
#define OS_FILE_SHARING_VIOLATION       76
159
159
#define OS_FILE_ERROR_NOT_SPECIFIED     77
160
 
#define OS_FILE_INSUFFICIENT_RESOURCE   78
161
 
#define OS_FILE_OPERATION_ABORTED       79
162
160
/* @} */
163
161
 
164
162
/** Types for aio operations @{ */
621
619
        ulint   n_write_segs,   /*<! in: number of writer threads */
622
620
        ulint   n_slots_sync);  /*<! in: number of slots in the sync aio
623
621
                                array */
624
 
/***********************************************************************
625
 
Frees the asynchronous io system. */
626
 
UNIV_INTERN
627
 
void
628
 
os_aio_free(void);
629
 
/*=============*/
630
 
 
631
622
/*******************************************************************//**
632
623
Requests an asynchronous i/o operation.
633
624
@return TRUE if request was queued successfully, FALSE if fail */