[MXS-2080] In SQL_MODE=ORACLE, sequence_name.nextval can get routed to slave Created: 2018-10-04 Updated: 2020-08-25 Resolved: 2018-10-30 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | readwritesplit |
| Affects Version/s: | 2.2.13 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Geoff Montee (Inactive) | Assignee: | Johan Wikman |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
MariaDB supports a special syntax for sequences when SQL_MODE=ORACLE is set:
https://mariadb.com/kb/en/library/sequence-overview/#using-sequence-objects ReadWriteSplit does not currently seem to understand that this is something that needs to be routed to the master:
|