Home » MYSQL » Mysql miscellaneous » Question
  1. The max_binlog_cache_size system variable has default size ______________.
    1. 8 GB
    2. 1 GB
    3. 2 GB
    4. 4 GB
    5. None of these
Correct Option: D

The max_binlog_cache_size system variable can be used to restrict the total size used to cache a multiple-statement transaction. If transaction is larger than this it fails and rolls back.



Your comments will be displayed only after manual approval.