Home
last modified time | relevance | path

Searched refs:query_cache_is_applicable (Results 1 – 25 of 26) sorted by relevance

12

/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dsql_cache.cc1377 if (!thd->query_cache_is_applicable || query_cache_size == 0) in store_query()
1754 thd->query_cache_is_applicable= 1; in send_result_to_client()
1884 thd->query_cache_is_applicable= 0; // Query can't be cached in send_result_to_client()
2062 thd->query_cache_is_applicable= 0; // Query can't be cached in send_result_to_client()
2081 thd->query_cache_is_applicable= 0; // Query can't be cached in send_result_to_client()
2091 thd->query_cache_is_applicable= 0; // Query can't be cached in send_result_to_client()
2135 thd->query_cache_is_applicable= 0; // Query can't be cached in send_result_to_client()
2216 thd->query_cache_is_applicable= 0; // Query can't be cached in send_result_to_client()
4084 thd->query_cache_is_applicable= 0; // Query can't be cached in process_and_count_tables()
4225 thd->query_cache_is_applicable= 0; // Query can't be cached in ask_handler_allowance()
H A Dsql_cursor.cc149 thd->query_cache_is_applicable= 0; in mysql_open_cursor()
H A Dsql_class.h1233 my_bool query_cache_is_applicable; variable
H A Dha_partition.cc2461 thd->query_cache_is_applicable= 0; // Query can't be cached in reg_query_cache_dependant_table()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dsql_cache.cc1377 if (!thd->query_cache_is_applicable || query_cache_size == 0) in store_query()
1754 thd->query_cache_is_applicable= 1; in send_result_to_client()
1884 thd->query_cache_is_applicable= 0; // Query can't be cached in send_result_to_client()
2062 thd->query_cache_is_applicable= 0; // Query can't be cached in send_result_to_client()
2081 thd->query_cache_is_applicable= 0; // Query can't be cached in send_result_to_client()
2091 thd->query_cache_is_applicable= 0; // Query can't be cached in send_result_to_client()
2135 thd->query_cache_is_applicable= 0; // Query can't be cached in send_result_to_client()
2216 thd->query_cache_is_applicable= 0; // Query can't be cached in send_result_to_client()
4084 thd->query_cache_is_applicable= 0; // Query can't be cached in process_and_count_tables()
4225 thd->query_cache_is_applicable= 0; // Query can't be cached in ask_handler_allowance()
H A Dsql_cursor.cc149 thd->query_cache_is_applicable= 0;
H A Dsql_class.h1233 my_bool query_cache_is_applicable; variable
H A Dha_partition.cc2461 thd->query_cache_is_applicable= 0; // Query can't be cached
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dsql_cache.cc1378 if (!thd->query_cache_is_applicable || query_cache_size == 0)
1755 thd->query_cache_is_applicable= 1;
1885 thd->query_cache_is_applicable= 0; // Query can't be cached
2063 thd->query_cache_is_applicable= 0; // Query can't be cached
2082 thd->query_cache_is_applicable= 0; // Query can't be cached
2092 thd->query_cache_is_applicable= 0; // Query can't be cached
2136 thd->query_cache_is_applicable= 0; // Query can't be cached
2217 thd->query_cache_is_applicable= 0; // Query can't be cached
4085 thd->query_cache_is_applicable= 0; // Query can't be cached
4226 thd->query_cache_is_applicable= 0; // Query can't be cached
H A Dsql_cursor.cc149 thd->query_cache_is_applicable= 0;
H A Dsql_class.h1184 my_bool query_cache_is_applicable;
H A Dha_partition.cc2461 thd->query_cache_is_applicable= 0; // Query can't be cached in reg_query_cache_dependant_table()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dsql_cache.cc1378 if (!thd->query_cache_is_applicable || query_cache_size == 0)
1755 thd->query_cache_is_applicable= 1;
1885 thd->query_cache_is_applicable= 0; // Query can't be cached
2063 thd->query_cache_is_applicable= 0; // Query can't be cached
2082 thd->query_cache_is_applicable= 0; // Query can't be cached
2092 thd->query_cache_is_applicable= 0; // Query can't be cached
2136 thd->query_cache_is_applicable= 0; // Query can't be cached
2217 thd->query_cache_is_applicable= 0; // Query can't be cached
4085 thd->query_cache_is_applicable= 0; // Query can't be cached
4226 thd->query_cache_is_applicable= 0; // Query can't be cached
H A Dsql_cursor.cc149 thd->query_cache_is_applicable= 0; in mysql_open_cursor()
H A Dsql_class.h1184 my_bool query_cache_is_applicable; variable
H A Dha_partition.cc2461 thd->query_cache_is_applicable= 0; // Query can't be cached
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dsql_cache.cc1377 if (!thd->query_cache_is_applicable || query_cache_size == 0) in store_query()
1757 thd->query_cache_is_applicable= 1; in send_result_to_client()
1887 thd->query_cache_is_applicable= 0; // Query can't be cached in send_result_to_client()
2068 thd->query_cache_is_applicable= 0; // Query can't be cached in send_result_to_client()
2087 thd->query_cache_is_applicable= 0; // Query can't be cached in send_result_to_client()
2097 thd->query_cache_is_applicable= 0; // Query can't be cached in send_result_to_client()
2141 thd->query_cache_is_applicable= 0; // Query can't be cached in send_result_to_client()
2222 thd->query_cache_is_applicable= 0; // Query can't be cached in send_result_to_client()
4089 thd->query_cache_is_applicable= 0; // Query can't be cached in process_and_count_tables()
4230 thd->query_cache_is_applicable= 0; // Query can't be cached in ask_handler_allowance()
H A Dsql_cursor.cc149 thd->query_cache_is_applicable= 0; in mysql_open_cursor()
H A Dsql_prepare.cc6114 new_thd->query_cache_is_applicable= 0; in execute_sql_command()
6125 qc_save= thd->query_cache_is_applicable; in execute_sql_command()
6126 thd->query_cache_is_applicable= 0; in execute_sql_command()
6167 thd->query_cache_is_applicable= qc_save; in execute_sql_command()
H A Dsql_class.h1322 my_bool query_cache_is_applicable; variable
H A Dha_partition.cc2579 thd->query_cache_is_applicable= 0; // Query can't be cached in reg_query_cache_dependant_table()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dsql_cache.cc1377 if (!thd->query_cache_is_applicable || query_cache_size == 0) in store_query()
1757 thd->query_cache_is_applicable= 1; in send_result_to_client()
1887 thd->query_cache_is_applicable= 0; // Query can't be cached in send_result_to_client()
2068 thd->query_cache_is_applicable= 0; // Query can't be cached in send_result_to_client()
2087 thd->query_cache_is_applicable= 0; // Query can't be cached in send_result_to_client()
2097 thd->query_cache_is_applicable= 0; // Query can't be cached in send_result_to_client()
2141 thd->query_cache_is_applicable= 0; // Query can't be cached in send_result_to_client()
2222 thd->query_cache_is_applicable= 0; // Query can't be cached in send_result_to_client()
4089 thd->query_cache_is_applicable= 0; // Query can't be cached in process_and_count_tables()
4230 thd->query_cache_is_applicable= 0; // Query can't be cached in ask_handler_allowance()
H A Dsql_cursor.cc149 thd->query_cache_is_applicable= 0; in mysql_open_cursor()
H A Dsql_prepare.cc6114 new_thd->query_cache_is_applicable= 0; in execute_sql_command()
6125 qc_save= thd->query_cache_is_applicable; in execute_sql_command()
6126 thd->query_cache_is_applicable= 0; in execute_sql_command()
6167 thd->query_cache_is_applicable= qc_save; in execute_sql_command()
H A Dsql_class.h1322 my_bool query_cache_is_applicable; variable

12