[MXS-1328] Strange behavior with routes between master / slaves Created: 2017-07-26 Updated: 2020-12-08 Resolved: 2017-07-27 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | qc_sqlite |
| Affects Version/s: | 2.1.3 |
| Fix Version/s: | 2.1.5 |
| Type: | Bug | Priority: | Major |
| Reporter: | Igor V. Lovalev | Assignee: | Johan Wikman |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | replication | ||
| Environment: |
centos6 x86_64 |
||
| Description |
|
Hi there!
maxscale ALWAYS return 13 - this is id of my percona slave server - that's ok, all correct.
i ALWAYS get 12 - this is my master ID. |
| Comments |
| Comment by Johan Wikman [ 2017-07-27 ] |
|
The problem is that regexp functions were not listed among the builtin read-only functions, with the effect of any statement using a regexp function being routed to master. |
| Comment by Johan Wikman [ 2017-07-27 ] |
|
Regexp functions are now listed among the builtin read-only ones. |