Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.1(EOL)
-
None
Description
The analyze_stmt test case checks privilege level permissions by running a set of queries such as:
SELECT * from db.t1;
|
These checks do not make sense when running as embedded.
Please review patch
https://github.com/MariaDB/server/commit/4fbba0982436aa871b57facc008a18527c10aacc
for this issue.
I've moved the code to a separate test file that only needs to be run on a not-embedded server.
Looking at
MDEV-6702it seems we want the analyze_stmt test case to run as embedded.