diff options
author | monty@mashka.mysql.fi <> | 2003-05-07 23:15:46 +0300 |
---|---|---|
committer | monty@mashka.mysql.fi <> | 2003-05-07 23:15:46 +0300 |
commit | 38bb63e16bec82af522d50d1100fb777da7856e2 (patch) | |
tree | 9cd0e3814e2c434e9a507ac7ba53cd4c0f724f69 /sql | |
parent | 7c7e0b8e02c24bf01cb0c134d4c91501a3d0e049 (diff) | |
download | mariadb-git-38bb63e16bec82af522d50d1100fb777da7856e2.tar.gz |
Updated comment
Diffstat (limited to 'sql')
-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 |