Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Incomplete
-
Affects Version/s: 10.2.9
-
Fix Version/s: N/A
-
Component/s: Authentication and Privilege System
-
Labels:
-
Environment:Red Hat Enterprise Linux Server 7.4
Description
Executing the following simple CTE query:
with d as
(select associated_id from ROLE_ASSOC where parent_id='111111111-0744-11e8-96d3-f405541eda2e')
select * from d;
gives the following error:
SQL Error (1142): SELECT command denied user '<user_name>' for table 'd'
Per MDEV-13453 the fix for this bug was pushed into the 10.2 tree, however I am still seeing the issue in 10.2.9.