[MXS-2250] DESCRIBE on temporary table is routed to slave Created: 2019-01-09 Updated: 2020-08-25 Resolved: 2019-06-05 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | readwritesplit |
| Affects Version/s: | 2.2.18, 2.3.2 |
| Fix Version/s: | 2.3.8 |
| Type: | Bug | Priority: | Major |
| Reporter: | Adam Bambuch | Assignee: | Johan Wikman |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
|
| Comments |
| Comment by Johan Wikman [ 2019-01-09 ] |
|
Statements involving temporary tables are always sent to master, but DESCRIBE table is classified as a READ, so it will be sent to some slave. Hence the error. |
| Comment by markus makela [ 2019-04-15 ] |
|
johan.wikman is the table name exposed by the query classifier? |
| Comment by Johan Wikman [ 2019-06-04 ] |
|
Currently not, but work in progress to change that. |