regarding blog
I. changed the transaction level isolation to READ COMMITED instead of repeatable read to reduce innodb history list length . But it resulted in customer service outage as our binary logging was statement and some inserts were failing
regarding blog
I. changed the transaction level isolation to READ COMMITED instead of repeatable read to reduce innodb history list length . But it resulted in customer service outage as our binary logging was statement and some inserts were failing
What is your question?
The documentation states
MySQL :: MySQL 5.6 Reference Manual :: 5.4.4.2 Setting The Binary Log Format
“If you are using InnoDB tables and the transaction isolation level is READ COMMITTED or READ UNCOMMITTED, only row-based logging can be used. It is possible to change the logging format to STATEMENT, but doing so at runtime leads very rapidly to errors because InnoDB can no longer perform inserts.”
Thank you Vadim. My question got answered.
thanks
sydhil
Thanks
sushil
Unanswered | Unsolved | Solved
MySQL, InnoDB, MariaDB and MongoDB are trademarks of their respective owners.
Copyright © 2006 - 2024 Percona LLC. All rights reserved.