max_binlog_cache_size

解释:这是设置最大二进制日志的缓存区大小的变量。若处理多语句事务时需要的内存大小比设置值大的话就会提示一个error:Multi-statement transaction required more than'max_binlog_cache_size' bytes of storage 。

这个变量最小值是4096(4K),最大值,在32位的系统中是4G,64位的是16P。
作用域:全局 

相关文章:

  • 2021-07-21
  • 2021-10-13
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-08-31
  • 2021-07-24
  • 2021-06-20
  • 2022-01-19
  • 2022-02-15
  • 2021-12-25
  • 2021-11-09
相关资源
相似解决方案