max_binlog_cache_size
解釋:這是設置最大二進制日志的緩存區大小的變量。若處理多語句事務時需要的內存大小比設置值大的話就會提示一個error:Multi-statement transaction required more than'max_binlog_cache_size' bytes of storage 。
這個變量最小值是4096(4K),最大值,在32位的系統中是4G,64位的是16P。
作用域:全局
max_binlog_cache_size
解釋:這是設置最大二進制日志的緩存區大小的變量。若處理多語句事務時需要的內存大小比設置值大的話就會提示一個error:Multi-statement transaction required more than'max_binlog_cache_size' bytes of storage 。
這個變量最小值是4096(4K),最大值,在32位的系統中是4G,64位的是16P。
作用域:全局
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。