diff options
author | bell@sanja.is.com.ua <> | 2005-10-28 00:56:44 +0300 |
---|---|---|
committer | bell@sanja.is.com.ua <> | 2005-10-28 00:56:44 +0300 |
commit | c399932a72f9724e8dcc160d1705d74df47c6904 (patch) | |
tree | 14421e9e0badef3fc06c123db76b49dc641603b2 /sql/item_func.cc | |
parent | 6143c6543efa3dd527e5fd867c5fa3b36fbf6586 (diff) | |
download | mariadb-git-c399932a72f9724e8dcc160d1705d74df47c6904.tar.gz |
fixe of typos, comments & layout
Diffstat (limited to 'sql/item_func.cc')
-rw-r--r-- | sql/item_func.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item_func.cc b/sql/item_func.cc index fbd13d84c2d..9c1d1f63635 100644 --- a/sql/item_func.cc +++ b/sql/item_func.cc @@ -4983,7 +4983,7 @@ Item_func_sp::fix_fields(THD *thd, Item **ref) creation we do not infer into stored routine bodies and do not check privileges of its statements, which would probably be a good idea especially if the view has SQL SECURITY DEFINER and the used stored - procedure has SQL + procedure has SQL SECURITY DEFINER */ Security_context *save_ctx; if (!(res= find_and_check_access(thd, EXECUTE_ACL, &save_ctx))) |