a) bulk_insert_buffer_size 8388608 b) innodb_buffer_pool_size 8388608 c) innodb_log_buffer_size 1048576 d) join_buffer_size 131072 e) key_buffer_size 8388600 f) myisam_sort_buffer_size 8388608 g) read_buffer_size 131072 h) read_rnd_buffer_size 262144 i) sort_buffer_size 2097144
[ MySQL Architecture (10%) - How MySQL Uses Memory ]
b c
The name is consistant in this case:
Innodb specific buffers start with “innodb%”
The buffer pool and the log buffer are also important for Innodb tuning.