diff --git a/reference/mysqlnd_qc/constants.xml b/reference/mysqlnd_qc/constants.xml index 1b1f3a94b7..bd085f2062 100644 --- a/reference/mysqlnd_qc/constants.xml +++ b/reference/mysqlnd_qc/constants.xml @@ -9,6 +9,7 @@ + Using SQL hint constants The query cache is controlled by SQL hints. SQL hints are used to enable and disable caching. SQL hints can be used to set the @@ -129,6 +130,7 @@ MYSQLND_QC_TTL_SWITCH: qc_ttl= + Example <function>mysqlnd_qc_set_cache_condition</function> usage The function mysqlnd_qc_set_cache_condition allows setting conditions for automatic caching of statements which don't begin with the SQL hints diff --git a/reference/mysqlnd_qc/functions/mysqlnd-qc-get-available-handlers.xml b/reference/mysqlnd_qc/functions/mysqlnd-qc-get-available-handlers.xml index bcff6451a7..cc10bd7d6b 100644 --- a/reference/mysqlnd_qc/functions/mysqlnd-qc-get-available-handlers.xml +++ b/reference/mysqlnd_qc/functions/mysqlnd-qc-get-available-handlers.xml @@ -41,6 +41,7 @@ &reftitle.examples; + <function>mysqlnd_qc_get_available_handlers</function> example &reftitle.examples; + <function>mysqlnd_qc_get_cache_info</function> example The example shows the output from the built-in default storage handler. Other storage handler may report different data. diff --git a/reference/mysqlnd_qc/functions/mysqlnd-qc-get-core-stats.xml b/reference/mysqlnd_qc/functions/mysqlnd-qc-get-core-stats.xml index 3a529bc9f3..0e14330fd3 100644 --- a/reference/mysqlnd_qc/functions/mysqlnd-qc-get-core-stats.xml +++ b/reference/mysqlnd_qc/functions/mysqlnd-qc-get-core-stats.xml @@ -380,6 +380,7 @@ &reftitle.examples; + <function>mysqlnd_qc_get_core_stats</function> example &reftitle.examples; + <function>mysqlnd_qc_get_normalized_query_trace_log</function> example &reftitle.examples; - + <function>mysqlnd_qc_get_query_trace_log</function> example + diff --git a/reference/mysqlnd_qc/functions/mysqlnd-qc-set-cache-condition.xml b/reference/mysqlnd_qc/functions/mysqlnd-qc-set-cache-condition.xml index cb1a5f6dba..833cd6981f 100644 --- a/reference/mysqlnd_qc/functions/mysqlnd-qc-set-cache-condition.xml +++ b/reference/mysqlnd_qc/functions/mysqlnd-qc-set-cache-condition.xml @@ -95,7 +95,7 @@ &reftitle.examples; - + <function>mysqlnd_qc_set_cache_condition</function> example &reftitle.examples; - - - + <function>mysqlnd_qc_set_is_select</function> example &reftitle.examples; + <function>mysqlnd_qc_set_storage_handler</function> example The example shows the output from the built-in default storage handler. Other storage handler may report different data.