Comment 1 for bug 1210549

Revision history for this message
Srand (cyril-scetbon) wrote :

concerning innodb_buffer_pool_populate, I tried to set it in section mysqld of my.cnf and it appears correctly in mysql variables :

[mysqld]
innodb_buffer_pool_populate

mysql> SELECT @@GLOBAL.innodb_buffer_pool_populate;
+--------------------------------------+
| @@GLOBAL.innodb_buffer_pool_populate |
+--------------------------------------+
| 1 |
+--------------------------------------+

Does it mean it appears as set but doesn't work correctly or is it a documentation BUG too ?