[MDEV-5473] MariaDB Galera 5.5.33a starts up with binlog_format=STATEMENT Created: 2013-12-19 Updated: 2014-01-08 Resolved: 2014-01-08 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.5.33a-galera |
| Fix Version/s: | 5.5.35-galera |
| Type: | Bug | Priority: | Minor |
| Reporter: | Claudio Nanni | Assignee: | Jan Lindström (Inactive) |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
I noticed that MariaDB Galera 5.5.33a starts with binlog_format=STATEMENT (when started with wsrep settings, that is as galera node). MariaDB [test]> delete from my_table; Is it correct to start a galera node with binlog_format=ROW ? Cheers |
| Comments |
| Comment by Claudio Nanni [ 2013-12-19 ] |
|
Just tested 5.5.34 Galera, 131219 18:28:01 [ERROR] WSREP: Only binlog_format = 'ROW' is currently supported. Configured value: 'STATEMENT'. Please adjust your configuration. It starts: MariaDB [test]> status; MariaDB [test]> create table pizza (id int, data varchar(100)); MariaDB [test]> delete from pizza; Due to the STATEMENT format. |
| Comment by Nirbhay Choubey (Inactive) [ 2014-01-08 ] |
|
As Galera requires ROW binlog-format to generate the writesets, MGC must be started |
| Comment by Nirbhay Choubey (Inactive) [ 2014-01-08 ] |
|
As STATEMENT binlog format is not supported, closing it as "won't fix". |
| Comment by Jan Lindström (Inactive) [ 2014-01-08 ] |
|
Could we at least add code to generate error message and then shutdown ? |