[
https://issues.apache.org/jira/browse/TRAFODION-2196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15449464#comment-15449464
]
Roberta Marton commented on TRAFODION-2196:
-------------------------------------------
this is a duplicate of Trafodion 2197
> column privilege -- a user who has been granted privileges on a table with
> grant option will get error when he grants column privilges to other
> users/roles
> -----------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: TRAFODION-2196
> URL: https://issues.apache.org/jira/browse/TRAFODION-2196
> Project: Apache Trafodion
> Issue Type: Bug
> Components: sql-security
> Environment: centos6.7
> EsgynDB R2.2 0825daily
> Reporter: Gao, Rui-Xian
> Assignee: Roberta Marton
>
> A user has been granted privileges on a table with grant option will get
> error when he grants column privilges to other users/roles
> Reproduce Steps --
> create role role1;
> create schema mysch;
> set schema mysch;
> create table atab1(a int not null primary key, b int, c varchar(10));
> grant select,insert ,delete, update ,references(a) on atab1 to testuser1 with
> grant option;
> Connect as testuser1 -
> Set schema mysch;
> grant select(a,b),insert(a),update(b,c),references(a) on atab1 to role1;
> *** ERROR[1012] No privileges were granted. You lack grant option on the
> specified privileges. [2016-08-27 17:38:32]
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)