[MCOL-12] working_dml/qa_sub/mts_insert_select.sql fails Created: 2016-05-03 Updated: 2023-10-26 Resolved: 2016-06-02 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ? |
| Affects Version/s: | None |
| Fix Version/s: | 1.0.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | Dipti Joshi (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
ERROR 1663 (HY000) at line 82 in file: 'working_dml/qa_sub/mts_insert_select.sql': Cannot execute statement: impossible to write to binary log since statement is unsafe, storage engine is limited to statement-based logging, and BINLOG_FORMAT = MIXED. The statement is unsafe because it uses a LIMIT clause. This is unsafe because the set of rows included cannot be predicted. |
| Comments |
| Comment by Dipti Joshi (Inactive) [ 2016-05-10 ] |
|
dleeyh What BINLOG_FORMAT you used when running this query ? |
| Comment by Daniel Lee (Inactive) [ 2016-05-10 ] |
|
Binlog format was set to row, that's the default set during installation. I think we should change it to statement. Also, the test stack that I setup was did not have two UMs so we don't need to setup replication in this case. |
| Comment by Dipti Joshi (Inactive) [ 2016-05-23 ] |
|
(1) For Single UM system replication should not be enabled (2) For multi-UM further analysis is needed |
| Comment by Dipti Joshi (Inactive) [ 2016-05-23 ] |
|
dleeyh- Please test this with multi-UM |
| Comment by Dipti Joshi (Inactive) [ 2016-05-31 ] |
|
dleeyh Please provide update on this for Multi-UM case |
| Comment by Daniel Lee (Inactive) [ 2016-05-31 ] |
|
Build tested: mscadmin> getsoft Name : mariadb-columnstore-platform Relocations: (not relocatable) There is an issue with multi UM/PM combo configuration installation and bug |
| Comment by Dipti Joshi (Inactive) [ 2016-06-01 ] |
|
dleeyhNow that |
| Comment by Daniel Lee (Inactive) [ 2016-06-02 ] |
|
Build verified: mscadmin> getsoft Name : mariadb-columnstore-platform Relocations: (not relocatable) binlog_format=row |