[MXS-1688] Some date functions are not parsed properly with schemarouter Created: 2018-02-26 Updated: 2020-08-25 Resolved: 2018-03-01 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | schemarouter |
| Affects Version/s: | 2.1.13 |
| Fix Version/s: | 2.1.14, 2.2.3 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Valerii Kravchuk | Assignee: | Johan Wikman |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
When non-default database is referred in statements using the following datetime-related functions with INTERVAL clauses:
for example:
schemarouter can not parse them properly and produces table dioesn't exist error (even if the table exists only in the referred database db2. In the log we see:
So, it's a parser error. |