1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

wording fixed

This commit is contained in:
unknown
2004-09-16 18:37:26 +03:00
parent e754501a12
commit 1bd580aa68
3 changed files with 9 additions and 9 deletions

View File

@ -1532,11 +1532,11 @@ ulong Query_cache::init_cache()
query_cache_table_get_key, 0, 0)); query_cache_table_get_key, 0, 0));
#else #else
/* /*
On windows, OS/2, MacOS X with HFS+ or any other case insensitive 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 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 in previous case, but if lower_case_table_names==0 then we should
not distinguish cases (to be compatible in behavior with underlaying not distinguish cases (to be compatible in behavior with underlying
file system) and so should use case insensitive collation for file system) and so should use case insensitive collation for
comparison. comparison.
*/ */
VOID(hash_init(&tables, VOID(hash_init(&tables,

View File

@ -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 Find db.table which will be updated in this select and
underlaying ones (except derived tables) underlying ones (except derived tables)
SYNOPSIS SYNOPSIS
st_select_lex::check_updateable() 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 SYNOPSIS
st_select_lex::check_updateable_in_subqueries() st_select_lex::check_updateable_in_subqueries()

View File

@ -2800,7 +2800,7 @@ unsent_create_error:
target_tbl->table= orig->table; target_tbl->table= orig->table;
/* /*
Multi-delete can't be constructed over-union => we always have 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, if (lex->select_lex.check_updateable_in_subqueries(orig->db,
orig->real_name)) orig->real_name))