[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] =?utf-8?q?svn:_/phpdoc/en/trunk/reference/mysqlnd=5Fqc/_constants.xml_functions/mysqlnd-qc
From:       Philip_Olson <philip () php ! net>
Date:       2012-04-26 5:52:56
Message-ID: svn-philip-1335419576-325453-1037388585 () svn ! php ! net
[Download RAW message or body]

philip                                   Thu, 26 Apr 2012 05:52:56 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=325453

Log:
Added missing example titles

Changed paths:
    U   phpdoc/en/trunk/reference/mysqlnd_qc/constants.xml
    U   phpdoc/en/trunk/reference/mysqlnd_qc/functions/mysqlnd-qc-get-available-handlers.xml
  U   phpdoc/en/trunk/reference/mysqlnd_qc/functions/mysqlnd-qc-get-cache-info.xml
    U   phpdoc/en/trunk/reference/mysqlnd_qc/functions/mysqlnd-qc-get-core-stats.xml
    U   phpdoc/en/trunk/reference/mysqlnd_qc/functions/mysqlnd-qc-get-normalized-query-trace-log.xml
  U   phpdoc/en/trunk/reference/mysqlnd_qc/functions/mysqlnd-qc-get-query-trace-log.xml
  U   phpdoc/en/trunk/reference/mysqlnd_qc/functions/mysqlnd-qc-set-cache-condition.xml
  U   phpdoc/en/trunk/reference/mysqlnd_qc/functions/mysqlnd-qc-set-is-select.xml
    U   phpdoc/en/trunk/reference/mysqlnd_qc/functions/mysqlnd-qc-set-storage-handler.xml


Modified: phpdoc/en/trunk/reference/mysqlnd_qc/constants.xml
===================================================================
--- phpdoc/en/trunk/reference/mysqlnd_qc/constants.xml	2012-04-25 19:39:18 UTC (rev \
                325452)
+++ phpdoc/en/trunk/reference/mysqlnd_qc/constants.xml	2012-04-26 05:52:56 UTC (rev \
325453) @@ -9,6 +9,7 @@
  </para>
  <para>
   <example>
+   <title>Using SQL hint constants</title>
    <para>
     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 @@
  </para>
  <para>
   <example>
+   <title>Example <function>mysqlnd_qc_set_cache_condition</function> usage</title>
    <para>
     The function <function>mysqlnd_qc_set_cache_condition</function> allows setting \
                conditions
     for automatic caching of statements which don't begin with the SQL hints

Modified: phpdoc/en/trunk/reference/mysqlnd_qc/functions/mysqlnd-qc-get-available-handlers.xml
 ===================================================================
--- phpdoc/en/trunk/reference/mysqlnd_qc/functions/mysqlnd-qc-get-available-handlers.xml	2012-04-25 \
                19:39:18 UTC (rev 325452)
+++ phpdoc/en/trunk/reference/mysqlnd_qc/functions/mysqlnd-qc-get-available-handlers.xml	2012-04-26 \
05:52:56 UTC (rev 325453) @@ -41,6 +41,7 @@
  <refsect1 role="examples">
   &reftitle.examples;
   <example>
+   <title><function>mysqlnd_qc_get_available_handlers</function> example</title>
    <programlisting role="php">
 <![CDATA[
 <?php

Modified: phpdoc/en/trunk/reference/mysqlnd_qc/functions/mysqlnd-qc-get-cache-info.xml
 ===================================================================
--- phpdoc/en/trunk/reference/mysqlnd_qc/functions/mysqlnd-qc-get-cache-info.xml	2012-04-25 \
                19:39:18 UTC (rev 325452)
+++ phpdoc/en/trunk/reference/mysqlnd_qc/functions/mysqlnd-qc-get-cache-info.xml	2012-04-26 \
05:52:56 UTC (rev 325453) @@ -429,6 +429,7 @@
  <refsect1 role="examples">
   &reftitle.examples;
   <example>
+   <title><function>mysqlnd_qc_get_cache_info</function> example</title>
    <para>
     The example shows the output from the built-in default storage handler.
     Other storage handler may report different data.

Modified: phpdoc/en/trunk/reference/mysqlnd_qc/functions/mysqlnd-qc-get-core-stats.xml
 ===================================================================
--- phpdoc/en/trunk/reference/mysqlnd_qc/functions/mysqlnd-qc-get-core-stats.xml	2012-04-25 \
                19:39:18 UTC (rev 325452)
+++ phpdoc/en/trunk/reference/mysqlnd_qc/functions/mysqlnd-qc-get-core-stats.xml	2012-04-26 \
05:52:56 UTC (rev 325453) @@ -380,6 +380,7 @@
  <refsect1 role="examples">
   &reftitle.examples;
   <example>
+   <title><function>mysqlnd_qc_get_core_stats</function> example</title>
    <programlisting role="php">
 <![CDATA[
 <?php

Modified: phpdoc/en/trunk/reference/mysqlnd_qc/functions/mysqlnd-qc-get-normalized-query-trace-log.xml
 ===================================================================
--- phpdoc/en/trunk/reference/mysqlnd_qc/functions/mysqlnd-qc-get-normalized-query-trace-log.xml	2012-04-25 \
                19:39:18 UTC (rev 325452)
+++ phpdoc/en/trunk/reference/mysqlnd_qc/functions/mysqlnd-qc-get-normalized-query-trace-log.xml	2012-04-26 \
05:52:56 UTC (rev 325453) @@ -154,6 +154,7 @@
  <refsect1 role="examples">
   &reftitle.examples;
   <example>
+   <title><function>mysqlnd_qc_get_normalized_query_trace_log</function> \
example</title>  <programlisting role="ini">
 <![CDATA[
 mysqlnd_qc.collect_normalized_query_trace=1

Modified: phpdoc/en/trunk/reference/mysqlnd_qc/functions/mysqlnd-qc-get-query-trace-log.xml
 ===================================================================
--- phpdoc/en/trunk/reference/mysqlnd_qc/functions/mysqlnd-qc-get-query-trace-log.xml	2012-04-25 \
                19:39:18 UTC (rev 325452)
+++ phpdoc/en/trunk/reference/mysqlnd_qc/functions/mysqlnd-qc-get-query-trace-log.xml	2012-04-26 \
05:52:56 UTC (rev 325453) @@ -150,7 +150,8 @@
  <refsect1 role="examples">
   &reftitle.examples;
   <example>
-  <programlisting role="ini">
+   <title><function>mysqlnd_qc_get_query_trace_log</function> example</title>
+   <programlisting role="ini">
 <![CDATA[
 mysqlnd_qc.collect_query_trace=1
 ]]>

Modified: phpdoc/en/trunk/reference/mysqlnd_qc/functions/mysqlnd-qc-set-cache-condition.xml
 ===================================================================
--- phpdoc/en/trunk/reference/mysqlnd_qc/functions/mysqlnd-qc-set-cache-condition.xml	2012-04-25 \
                19:39:18 UTC (rev 325452)
+++ phpdoc/en/trunk/reference/mysqlnd_qc/functions/mysqlnd-qc-set-cache-condition.xml	2012-04-26 \
05:52:56 UTC (rev 325453) @@ -95,7 +95,7 @@
  <refsect1 role="examples">
   &reftitle.examples;
   <example>
-   <para></para>
+   <title><function>mysqlnd_qc_set_cache_condition</function> example</title>
    <programlisting role="php">
 <![CDATA[
 <?php

Modified: phpdoc/en/trunk/reference/mysqlnd_qc/functions/mysqlnd-qc-set-is-select.xml
===================================================================
--- phpdoc/en/trunk/reference/mysqlnd_qc/functions/mysqlnd-qc-set-is-select.xml	2012-04-25 \
                19:39:18 UTC (rev 325452)
+++ phpdoc/en/trunk/reference/mysqlnd_qc/functions/mysqlnd-qc-set-is-select.xml	2012-04-26 \
05:52:56 UTC (rev 325453) @@ -64,9 +64,7 @@
  <refsect1 role="examples">
   &reftitle.examples;
   <example>
-   <para>
-
-   </para>
+   <title><function>mysqlnd_qc_set_is_select</function> example</title>
    <programlisting role="php">
 <![CDATA[
 <?php

Modified: phpdoc/en/trunk/reference/mysqlnd_qc/functions/mysqlnd-qc-set-storage-handler.xml
 ===================================================================
--- phpdoc/en/trunk/reference/mysqlnd_qc/functions/mysqlnd-qc-set-storage-handler.xml	2012-04-25 \
                19:39:18 UTC (rev 325452)
+++ phpdoc/en/trunk/reference/mysqlnd_qc/functions/mysqlnd-qc-set-storage-handler.xml	2012-04-26 \
05:52:56 UTC (rev 325453) @@ -68,6 +68,7 @@
  <refsect1 role="examples">
   &reftitle.examples;
   <example>
+   <title><function>mysqlnd_qc_set_storage_handler</function> example</title>
    <para>
     The example shows the output from the built-in default storage handler.
     Other storage handler may report different data.



-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic