From 315d2295fbe52f63c4f3cba1b3e2377dcb6326f7 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Tue, 17 Jan 2012 08:11:07 +0000 Subject: [PATCH] Avoid _ in ID git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322379 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysqlnd_qc/quickstart.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/mysqlnd_qc/quickstart.xml b/reference/mysqlnd_qc/quickstart.xml index 8f3615c1a1..1e55637ad0 100644 --- a/reference/mysqlnd_qc/quickstart.xml +++ b/reference/mysqlnd_qc/quickstart.xml @@ -661,7 +661,7 @@ Script runtime : 3 seconds -
+
Pattern based caching An application has three options for telling PECL/mysqlnd_qc whether a particular @@ -830,7 +830,7 @@ mysqlnd_qc.slam_defense_ttl=1
-
+
Finding cache candidates A statement should be considered for caching if it is executed often and has @@ -988,7 +988,7 @@ foreach ($summary as $query => $details) {
-
+
Measuring cache efficiency PECL/mysqlnd_qc offers three ways to measure the cache efficiency.