summaryrefslogtreecommitdiff
path: root/sql/sql_cache.h
diff options
context:
space:
mode:
authorJulius Goryavsky <julius.goryavsky@mariadb.com>2023-01-12 21:54:25 +0100
committerJulius Goryavsky <julius.goryavsky@mariadb.com>2023-01-12 21:54:25 +0100
commit581513149063a79a078ee3d9f03b88bc98d82786 (patch)
treea463e800a811c76d1a35d50948c5598c5d74a3f8 /sql/sql_cache.h
parent17920291a661d3d2b02a9261293caebc7158d38a (diff)
parent7a98d232e42b66efc759d584b05214e91681c346 (diff)
downloadmariadb-git-st-10.4-merge-julius.tar.gz
Merge 10.3 into 10.4st-10.4-merge-julius
Diffstat (limited to 'sql/sql_cache.h')
-rw-r--r--sql/sql_cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_cache.h b/sql/sql_cache.h
index d59bc37b7a3..d89bcda2491 100644
--- a/sql/sql_cache.h
+++ b/sql/sql_cache.h
@@ -32,7 +32,7 @@ typedef struct st_changed_table_list CHANGED_TABLE_LIST;
Can't create new free memory block if unused memory in block less
then QUERY_CACHE_MIN_ALLOCATION_UNIT.
if QUERY_CACHE_MIN_ALLOCATION_UNIT == 0 then
- QUERY_CACHE_MIN_ALLOCATION_UNIT choosed automaticaly
+ QUERY_CACHE_MIN_ALLOCATION_UNIT choosed automatically
*/
#define QUERY_CACHE_MIN_ALLOCATION_UNIT 512