[MCOL-1475] Improve cross engine error handling Created: 2018-06-14 Updated: 2018-06-28 Resolved: 2018-06-28 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 1.1.6 |
| Type: | New Feature | Priority: | Major |
| Reporter: | Andrew Hutchings (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 2018-12, 2018-13 |
| Description |
|
Cross Engine Join handler has very rudimentary error handling. We need more details about what goes wrong in the MariaDB client/server, including proper error codes and messages where possible. |
| Comments |
| Comment by Andrew Hutchings (Inactive) [ 2018-06-14 ] |
|
Please do not merge until 1.1.5 has been released. For QA: best test I've found is to create a MariaDB user that can't access the tables, use that as the cross engine user and try to do a cross engine select query. You should now get a much more verbose error message. |
| Comment by Daniel Lee (Inactive) [ 2018-06-28 ] |
|
Build verified: 1.1.6-1 source [root@localhost ~]# cat mariadb-columnstore-1.1.6-1-centos7.x86_64.bin.tar.gz.txt Merge pull request #113 from mariadb-corporation/davidhilldallas-patch-3 update readme /root/columnstore/mariadb-columnstore-server/mariadb-columnstore-engine Merge pull request #511 from mariadb-corporation/ Executed the mentioned test. In 1.1.6-1, the error message is: Confirmed the expected error message with developer. In 1.1.5-1, the error message is: |