[MXS-245] Common function extract_database can give misleading error message Created: 2015-07-03 Updated: 2018-01-15 Resolved: 2015-07-08 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | schemarouter |
| Affects Version/s: | 1.2.0 |
| Fix Version/s: | 1.2.0 |
| Type: | Bug | Priority: | Minor |
| Reporter: | martin brampton (Inactive) | Assignee: | martin brampton (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
All |
||
| Description |
|
The common function extract_database() in sharding_common.c is called by both sharding router and schema router. But error messages refer always to schema router. Should be a parameter to give correct error. |
| Comments |
| Comment by markus makela [ 2015-07-03 ] |
|
Changed references to schemarouter to the function name, extract_database. |