diff options
author | unknown <monty@mashka.mysql.fi> | 2003-05-07 23:15:46 +0300 |
---|---|---|
committer | unknown <monty@mashka.mysql.fi> | 2003-05-07 23:15:46 +0300 |
commit | 4d91444b15a9d156875b4ba7df2efc301e10845b (patch) | |
tree | 9cd0e3814e2c434e9a507ac7ba53cd4c0f724f69 | |
parent | 3ed1a9a1882533a47baf6049a5fae414a539ed1e (diff) | |
download | mariadb-git-4d91444b15a9d156875b4ba7df2efc301e10845b.tar.gz |
Updated comment
-rw-r--r-- | sql/sql_parse.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/sql_parse.cc b/sql/sql_parse.cc index 60942e47337..2b1c05bfaeb 100644 --- a/sql/sql_parse.cc +++ b/sql/sql_parse.cc @@ -2533,7 +2533,8 @@ error: save_priv In this we store global and db level grants for the table Note that we don't store db level grants if the global grants - is enough to satisfy the request. + is enough to satisfy the request and the global grants contains + a SELECT grant. ****************************************************************************/ bool |