Comment 2 for bug 1100760

Revision history for this message
babine (babine) wrote :

I am having the same problem, here are some variables if that helps :

mysql> show global variables like 'ver%';
+-------------------------+---------------------+
| Variable_name | Value |
+-------------------------+---------------------+
| version | 5.5.32-log |
| version_comment | Source distribution |
| version_compile_machine | x86_64 |
| version_compile_os | Linux |
+-------------------------+---------------------+
4 rows in set (0.00 sec)

mysql> show global variables like 'innodb_buffer%';
+---------------------------------------+-------------+
| Variable_name | Value |
+---------------------------------------+-------------+
| innodb_buffer_pool_instances | 4 |
| innodb_buffer_pool_populate | OFF |
| innodb_buffer_pool_restore_at_startup | 60 |
| innodb_buffer_pool_shm_checksum | ON |
| innodb_buffer_pool_shm_key | 0 |
| innodb_buffer_pool_size | 64424509440 |
+---------------------------------------+-------------+
6 rows in set (0.00 sec)

mysql> show global variables like '%adaptive_hash_index%';
+---------------------------------------+-------+
| Variable_name | Value |
+---------------------------------------+-------+
| innodb_adaptive_hash_index | ON |
| innodb_adaptive_hash_index_partitions | 4 |
+---------------------------------------+-------+
2 rows in set (0.00 sec)

I have some more logs available if needed.