You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sentry.apache.org by "Xiaomeng Huang (JIRA)" <ji...@apache.org> on 2014/07/17 04:49:04 UTC

[jira] [Updated] (SENTRY-340) Database implement for with grant option

     [ https://issues.apache.org/jira/browse/SENTRY-340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Xiaomeng Huang updated SENTRY-340:
----------------------------------

    Description: 
Database design for with grant option.
Add a field grantOption(int) to table SENTRY_DB_PRIVILEGE.
And modify the table SENTRY_DB_PRIVILEGE from a single index {privilegeName} to composite index with member {privilegeName, grantOption, grantorPrincipal}

> Database implement for with grant option
> ----------------------------------------
>
>                 Key: SENTRY-340
>                 URL: https://issues.apache.org/jira/browse/SENTRY-340
>             Project: Sentry
>          Issue Type: Sub-task
>            Reporter: Xiaomeng Huang
>            Assignee: Xiaomeng Huang
>
> Database design for with grant option.
> Add a field grantOption(int) to table SENTRY_DB_PRIVILEGE.
> And modify the table SENTRY_DB_PRIVILEGE from a single index {privilegeName} to composite index with member {privilegeName, grantOption, grantorPrincipal}



--
This message was sent by Atlassian JIRA
(v6.2#6252)