John Singleton wrote: > > Hello all, > > From the docs on the REVOKE statement: > > ------ > Let U1, U2, and U3 be users. > U1 grants U2 the privilege set P WITH GRANT OPTION. > U1 grants U3 the privilege set P' (P'<=P). > > If U1 revokes the privilege set P'' (P''<=P) from user U2, the privilege > set (P'*P'') is revoked implicitly from user U3. > > ------ > > > Shouldn't this read: > > ---- > Let U1, U2, and U3 be users. > U1 grants U2 the privilege set P WITH GRANT OPTION. > U2 grants U3 the privilege set P' (P'<=P). > > If U1 revokes the privilege set P'' (P''<=P) from user U2, the privilege > set (P'*P'') is revoked implicitly from user U3. > > ---- > > > Is the first form correct, or just a typo?
The second version is correct, U1 should read U2 in the third sentence. With the next version of docs it will be corrected. Thank you Elke SAP Labs Berlin > > Cheers, > JLS > > > > -- > MaxDB Discussion Mailing List > For list archives: http://lists.mysql.com/maxdb > To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED] -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
