Comment 1 for bug 1013968

Revision history for this message
Peter Zaitsev (pz-percona) wrote : Re: Fast Index Creation does not work as described

Looking more into the problem it looks like the problem is in documentation which does NOT mention expand_index_creation variable:

mysql> show variables like "expand_fast_index_creation";
+----------------------------+-------+
| Variable_name | Value |
+----------------------------+-------+
| expand_fast_index_creation | OFF |
+----------------------------+-------+
1 row in set (0.00 sec)

By the way any reason to still keep it OFF by default ?