~ubuntu-branches/ubuntu/utopic/mariadb-5.5/utopic-proposed

« back to all changes in this revision

Viewing changes to storage/xtradb/include/os0file.h

  • Committer: Package Import Robot
  • Author(s): Otto Kekäläinen
  • Date: 2014-08-27 21:12:36 UTC
  • mfrom: (2.1.6 sid)
  • Revision ID: package-import@ubuntu.com-20140827211236-se41hwfe4xy0hpef
Tags: 5.5.39-2
* d/control: Removed Provides: libmysqlclient-dev (Closes: #759309)
* d/control: Removed Provides: libmysqld-dev with same motivation
* Re-introduced tha HPPA build patch as the upstream fix wasn't complete
* Fixed all kFreeBSD build and test suite issues
* Added Italian translation (Closes: #759813)

Show diffs side-by-side

added added

removed removed

Lines of Context:
151
151
#define OS_FILE_LOG     256     /* This can be ORed to type */
152
152
/* @} */
153
153
 
154
 
#define OS_AIO_N_PENDING_IOS_PER_THREAD 256     /*!< Windows might be able to handle
155
 
more */
 
154
#define OS_AIO_N_PENDING_IOS_PER_THREAD 32      /*!< Win NT does not allow more
 
155
                                                than 64 */
156
156
 
157
157
/** Modes for aio operations @{ */
158
158
#define OS_AIO_NORMAL   21      /*!< Normal asynchronous i/o not for ibuf