[MCOL-1210] columnstore_info procedures can only be used from within columnstore_info Created: 2018-02-09 Updated: 2018-02-13 Resolved: 2018-02-13 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | MDB Plugin |
| Affects Version/s: | None |
| Fix Version/s: | 1.1.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Andrew Hutchings (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 2018-03, 2018-04 |
| Description |
|
The format_filesize function calls assume we are in columnstore_info. |
| Comments |
| Comment by Andrew Hutchings (Inactive) [ 2018-02-09 ] | ||||
|
Workaround is to do "use columnstore_info" before using the procedures. | ||||
| Comment by Andrew Hutchings (Inactive) [ 2018-02-09 ] | ||||
|
For QA: 1. Connect to MariaDB using 'test' as the default database.
Before this would error stating it was missing the format_filesize() function. | ||||
| Comment by Daniel Lee (Inactive) [ 2018-02-13 ] | ||||
|
Build verified: Github source 1.1.3-1 /root/columnstore/mariadb-columnstore-server Merge pull request #92 from mariadb-corporation/ /root/columnstore/mariadb-columnstore-server/mariadb-columnstore-engine Merge pull request #403 from mariadb-corporation/
----------------
---------------- Query OK, 0 rows affected (0.39 sec) |