[MCOL-3527] Calling stored procedure returned a user does not exist error Created: 2019-09-30 Updated: 2019-11-25 Resolved: 2019-11-25 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | 1.4.0 |
| Fix Version/s: | 1.4.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | Daniel Lee (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 2019-06 |
| Description |
|
Build tested: 1.4.0-1 engine commit: test: autopilot.features.crossEngineJoin [root@localhost crossEngineJoin]# cat compressionRatiotestdb.log Bye Bye |
| Comments |
| Comment by Daniel Lee (Inactive) [ 2019-10-30 ] | ||||||||||||||||||
|
Build tested: 1.4.1-1 [dlee@master centos7]$ cat gitversionInfo.txt I am still getting the same error message. MariaDB [mytest]> call columnstore_info.total_usage();
------------
------------ MariaDB [mysql]> select host, user from user;
----------
---------- | ||||||||||||||||||
| Comment by Andrew Hutchings (Inactive) [ 2019-11-18 ] | ||||||||||||||||||
|
Security settings for a function called in the procedures were incorrect. Instead of fixing that I've switched to INVOKER security level. | ||||||||||||||||||
| Comment by Daniel Lee (Inactive) [ 2019-11-25 ] | ||||||||||||||||||
|
Build verified: 1.4.1-1 gitub source /root/ColumnStore/buildColumnstoreFromGithubSource/server /root/ColumnStore/buildColumnstoreFromGithubSource/server/engine [root@localhost crossEngineJoin]# cat totalDiskUsagetestdb.log ----------------
----------------
---------------- Query OK, 0 rows affected (0.903 sec) Bye -------------------
-------------------
------------------- Query OK, 0 rows affected (1.219 sec) Bye |