summaryrefslogtreecommitdiff
path: root/sql/table.cc
diff options
context:
space:
mode:
authorunknown <bell@sanja.is.com.ua>2005-10-28 00:56:44 +0300
committerunknown <bell@sanja.is.com.ua>2005-10-28 00:56:44 +0300
commitc1852b1202af4ebbde04d5f774458991e024a82a (patch)
tree14421e9e0badef3fc06c123db76b49dc641603b2 /sql/table.cc
parent4a816ce152105787ed3cd684597c421998c3dbcc (diff)
downloadmariadb-git-c1852b1202af4ebbde04d5f774458991e024a82a.tar.gz
fixe of typos, comments & layout
sql/item_func.cc: fixed typo sql/sql_acl.cc: comment fixed sql/sql_parse.cc: comment fixed sql/sql_view.cc: layout fixed sql/table.cc: typo fixed layout fixed sql/table.h: typo fixed
Diffstat (limited to 'sql/table.cc')
-rw-r--r--sql/table.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/sql/table.cc b/sql/table.cc
index e1d6f5c7346..75c04389411 100644
--- a/sql/table.cc
+++ b/sql/table.cc
@@ -2419,7 +2419,7 @@ void st_table_list::register_want_access(ulong want_access)
/*
- Load security context infoemation for this view
+ Load security context information for this view
SYNOPSIS
st_table_list::prepare_view_securety_context()
@@ -2517,9 +2517,7 @@ bool st_table_list::prepare_security(THD *thd)
DBUG_ASSERT(!prelocking_placeholder);
if (prepare_view_securety_context(thd))
- {
DBUG_RETURN(TRUE);
- }
thd->security_ctx= find_view_security_context(thd);
while ((tbl= tb++))
{