serveral issues with InnoDB settings

Bug #700099 reported by Andrew Hutchings
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Drizzle
Fix Released
High
Andrew Hutchings
7.0
Fix Released
High
Andrew Hutchings

Bug Description

1.
  --innodb.fast-shutdown arg (=1) Speeds up the shutdown process of the
                                        InnoDB storage engine. Possible values
                                        are 0, 1 (faster) or 2 (fastest -
                                        crash-like).

drizzle> show variables like 'innodb_fast_shutdown';
+----------------------+-------+
| Variable_name | Value |
+----------------------+-------+
| innodb_fast_shutdown | 65537 |
+----------------------+-------+
1 row in set (0 sec)

2. innodb_flush_log_at_trx_commit is 65537 too
3. innodb_use_native_aio is off by default with no way to turn on
4. autoextend-increment default MySQL 5.5 - 64, Drizzle - 8. We should probably match MySQL

Related branches

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.