diff options
author | unknown <bell@sanja.is.com.ua> | 2004-09-16 18:37:26 +0300 |
---|---|---|
committer | unknown <bell@sanja.is.com.ua> | 2004-09-16 18:37:26 +0300 |
commit | 1bd580aa68acaf4144630f024ec1fa5da6976a4b (patch) | |
tree | 1dd87a754e2ae8c735d1adbe181517fda07d6e83 /sql/sql_cache.cc | |
parent | e754501a1256129baf9c8eb9e0f79a9ca2f56313 (diff) | |
download | mariadb-git-1bd580aa68acaf4144630f024ec1fa5da6976a4b.tar.gz |
wording fixed
Diffstat (limited to 'sql/sql_cache.cc')
-rw-r--r-- | sql/sql_cache.cc | 10 |
1 files changed, 5 insertions, 5 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, |