mirror of
https://github.com/MariaDB/server.git
synced 2026-04-26 10:15:29 +02:00
Early check of subquery cache hit rate added to limit its performance impact in the worst case.
sql/sql_expression_cache.cc: Early check of subquery cache hit rate added to limit its performance impact in the worst case. Disabling cache moved to method. sql/sql_expression_cache.h: Disabling cache moved to method.
This commit is contained in:
parent
fede2ee7f1
commit
52e70226bc
2 changed files with 30 additions and 9 deletions
|
|
@ -70,6 +70,7 @@ public:
|
|||
void init();
|
||||
|
||||
private:
|
||||
void disable_cache();
|
||||
|
||||
/* tmp table parameters */
|
||||
TMP_TABLE_PARAM cache_table_param;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue