binlog_cache_size 和 binlog_stmt_cache_size
binlog_cache_size sets the size for the transaction cache only; the size of the statement cache is
governed by the binlog_stmt_cache_size system variable.
binlog_cache_size只是为事务缓存的大小而设置,
binlog_stmt_cache_size管理语句缓存的大小。 发生事务时非事务语句的缓存的大小
binlog_cache_use和binlog_cache_disk_use两者结合可以用来调整binlog_cache_size的大小
binglog_stmt_cache_use和binlog_stmt_cache_disk_use两者结合可以有来调整 binlog_stmt_cache_size的大小
这两个值是分别设置的