summaryrefslogtreecommitdiff
path: root/sql/sql_view.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/sql_view.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/sql_view.cc')
-rw-r--r--sql/sql_view.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/sql_view.cc b/sql/sql_view.cc
index f123fee9c60..b30f8cb156c 100644
--- a/sql/sql_view.cc
+++ b/sql/sql_view.cc
@@ -1139,9 +1139,7 @@ ok2:
old_lex->time_zone_tables_used= thd->lex->time_zone_tables_used;
thd->lex= old_lex;
if (!table->prelocking_placeholder && table->prepare_security(thd))
- {
DBUG_RETURN(1);
- }
DBUG_RETURN(0);