0 votes
216 views
by (140 points)
MariaDB [rockdbeng]> insert into test values(1),(2),(3);
ERROR 1105 (HY000): Can't execute updates on master with binlog_format != ROW.
 

I was getting the above error. When I changed the binlog format to ROW insert went fine. Why did I get that error?

Please log in or register to answer this question.

...