summaryrefslogtreecommitdiff
path: root/sql
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
parente754501a1256129baf9c8eb9e0f79a9ca2f56313 (diff)
downloadmariadb-git-1bd580aa68acaf4144630f024ec1fa5da6976a4b.tar.gz
wording fixed
Diffstat (limited to 'sql')
-rw-r--r--sql/sql_cache.cc10
-rw-r--r--sql/sql_lex.cc6
-rw-r--r--sql/sql_parse.cc2
3 files changed, 9 insertions, 9 deletions
diff --git a/sql/sql_cache.cc b/sql/sql_cache.cc
index 235558a759d..674452192f8 100644
--- a/sql/sql_cache.cc
+++ b/sql/sql_cache.cc
@@ -1532,11 +1532,11 @@ ulong Query_cache::init_cache()
query_cache_table_get_key, 0, 0));
#else
/*
- On windows, OS/2, MacOS X with HFS+ or any other case insensitive
- file system if lower_case_table_names!=0 we have same situation as
- in previous case, but if lower_case_table_names==0 then we should
- not distinguish cases (to be compatible in behavior with underlaying
- file system) and so should use case insensitive collation for
+ On windows, OS/2, MacOS X with HFS+ or any other case insensitive
+ file system if lower_case_table_names!=0 we have same situation as
+ in previous case, but if lower_case_table_names==0 then we should
+ not distinguish cases (to be compatible in behavior with underlying
+ file system) and so should use case insensitive collation for
comparison.
*/
VOID(hash_init(&tables,
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()
diff --git a/sql/sql_parse.cc b/sql/sql_parse.cc
index ba9ee611390..2c5ec34b867 100644
--- a/sql/sql_parse.cc
+++ b/sql/sql_parse.cc
@@ -2800,7 +2800,7 @@ unsent_create_error:
target_tbl->table= orig->table;
/*
Multi-delete can't be constructed over-union => we always have
- single SELECT on top and have to check underlaying SELECTs of it
+ single SELECT on top and have to check underlying SELECTs of it
*/
if (lex->select_lex.check_updateable_in_subqueries(orig->db,
orig->real_name))