~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/docs/index.rst

  • Committer: Lee Bieber
  • Date: 2011-01-09 23:23:37 UTC
  • mfrom: (2067.1.2 build)
  • Revision ID: kalebral@gmail.com-20110109232337-bobns3ndxf1qerfw
Merge Andrews - fix bug 673833: Embedded SELECT inside UPDATE or DELETE can timeout without error
Merge Andrews - fix bug 700099: serveral issues with InnoDB settings

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 * AUTO_INCREMENT behaves the standard way (as in MyISAM)
23
23
 * Supports four byte UTF-8 with the same index size
24
24
 
 
25
AIO support
 
26
-----------
 
27
 
 
28
InnoDB supports Linux native AIO when compiled on platforms that have the
 
29
libaio development files installed (typically a package called libaio-dev or
 
30
libaio-devel).  For more information on the advantages of this please see
 
31
http://blogs.innodb.com/wp/2010/04/innodb-performance-aio-linux/
 
32
 
 
33
To confirm that Linux native AIO is enabled execute this command:
 
34
"show global variables like 'innodb_use_native_aio';"
 
35
 
25
36
Compatibility with MySQL
26
37
------------------------
27
38