mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03: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:
@ -70,6 +70,7 @@ public:
|
||||
void init();
|
||||
|
||||
private:
|
||||
void disable_cache();
|
||||
|
||||
/* tmp table parameters */
|
||||
TMP_TABLE_PARAM cache_table_param;
|
||||
|
Reference in New Issue
Block a user