summaryrefslogtreecommitdiff
path: root/sql/sql_lex.cc
diff options
context:
space:
mode:
authorunknown <bell@sanja.is.com.ua>2004-09-16 18:37:26 +0300
committerunknown <bell@sanja.is.com.ua>2004-09-16 18:37:26 +0300
commit1bd580aa68acaf4144630f024ec1fa5da6976a4b (patch)
tree1dd87a754e2ae8c735d1adbe181517fda07d6e83 /sql/sql_lex.cc
parente754501a1256129baf9c8eb9e0f79a9ca2f56313 (diff)
downloadmariadb-git-1bd580aa68acaf4144630f024ec1fa5da6976a4b.tar.gz
wording fixed
Diffstat (limited to 'sql/sql_lex.cc')
-rw-r--r--sql/sql_lex.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/sql/sql_lex.cc b/sql/sql_lex.cc
index ff681e720b5..3deecccb4e1 100644
--- a/sql/sql_lex.cc
+++ b/sql/sql_lex.cc
@@ -1561,8 +1561,8 @@ bool st_select_lex_unit::check_updateable(char *db, char *table)
/*
- Find db.table which will be updated in this select and
- underlaying ones (except derived tables)
+ Find db.table which will be updated in this select and
+ underlying ones (except derived tables)
SYNOPSIS
st_select_lex::check_updateable()
@@ -1583,7 +1583,7 @@ bool st_select_lex::check_updateable(char *db, char *table)
}
/*
- Find db.table which will be updated in underlaying subqueries
+ Find db.table which will be updated in underlying subqueries
SYNOPSIS
st_select_lex::check_updateable_in_subqueries()