[MXS-2248] INSERT sent to all nodes Created: 2019-01-08 Updated: 2020-08-25 Resolved: 2019-01-09 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | qc_sqlite |
| Affects Version/s: | 2.2, 2.3 |
| Fix Version/s: | 2.2.19, 2.3.3 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Claudio Nanni | Assignee: | Johan Wikman |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
On R/W service, this statement inserts three records instead of one: SET STATEMENT max_statement_time=5 FOR INSERT INTO db1.table1 (field1, field2, field3) SELECT 'string1', 'string2', (select CURRENT_TIMESTAMP + interval '60' second) |