[MDEV-25695] Strange error message when using unknown JSON function with default database Created: 2021-05-17 Updated: 2021-05-27 Resolved: 2021-05-27 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | N/A |
| Affects Version/s: | 10.5.5 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Johan Wikman | Assignee: | Johan Wikman |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Consider this
Not surprising as that function does not exist. But then
That is, with a default database the error message leads you astray. |
| Comments |
| Comment by Johan Wikman [ 2021-05-27 ] |
|
The behavior is a consequence of not having run mariadb-upgrade. |