http://blog.mimvp.com/2017/07/mysql-yi-ge-can-shu-yin-qi-de-dang-ji-xue-an/

max_binlog_cache_size 表示的是binlog 能够使用的最大cache 内存大小,为每个session 分配的内存,在事务过程中用来存储二进制日志的缓存。

当我们执行多语句事务的时候,所有session的使用的内存超过max_binlog_cache_size的值时,就会报错:

Multi-statement transaction required more than 'max_binlog_cache_size' bytes ofstorage

相关文章:

猜你喜欢
  • 2022-01-22
  • 2022-12-23
  • 2021-06-20
  • 2021-08-31
  • 2022-12-23
相关资源
相似解决方案