List:Internals« Previous MessageNext Message »
From:stefan Date:July 6 2005 5:17pm
Subject:bk commit - mysqldoc@docsrva tree (stefan:1.2942)
View as plain text  
Below is the list of changes that have just been committed into a local
mysqldoc repository of stefan. When stefan does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://www.mysql.com/doc/I/n/Installing_source_tree.html

ChangeSet
  1.2942 05/07/06 19:17:25 stefan@stripped +7 -0
  mysql-connectors.xml, installing.xml:
    Sync with refman
  installing.xml:
    Rework instructions how to download and install the free
    version of BitKeeper
    (instructions as given by Amy Graf, Bitmover.com)
  mysql-connectors.xml:
    Point to BitKeeper section in Installation chapter
    for instructions how to download and install bk
  mysql-database-administration.xml:
    Automatic sync failed, manual sync works :)

  refman-5.0/mysql-connectors.xml
    1.3 05/07/06 19:16:57 stefan@stripped +3 -8
    Sync with refman

  refman-5.0/installing.xml
    1.5 05/07/06 19:16:57 stefan@stripped +16 -10
    Sync with refman

  refman-4.1/installing.xml
    1.4 05/07/06 19:16:54 stefan@stripped +16 -10
    Sync with refman

  refman-4.1/mysql-connectors.xml
    1.3 05/07/06 19:16:53 stefan@stripped +3 -8
    Sync with refman

  refman/installing.xml
    1.3 05/07/06 19:16:06 stefan@stripped +16 -10
    Rework instructions how to download and install the free
    version of BitKeeper
    (instructions as given by Amy Graf, Bitmover.com)

  refman/mysql-connectors.xml
    1.6 05/07/06 19:15:31 stefan@stripped +3 -8
    Point to BitKeeper section in Installation chapter
    for instructions how to download and install bk

  refman-4.1/mysql-database-administration.xml
    1.12 05/07/06 19:00:02 stefan@stripped +4 -2
    Automatic sync failed, manual sync works :)

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	stefan
# Host:	apollon.site
# Root:	/home/stefan/bk/mysqldoc

--- 1.3/refman-4.1/installing.xml	2005-06-29 12:05:29 +02:00
+++ 1.4/refman-4.1/installing.xml	2005-07-06 19:16:54 +02:00
@@ -7654,12 +7654,18 @@
 
     <listitem><para>
      Download BitKeeper from
-     <ulink url="http://www.bitmover.com/cgi-bin/download.cgi">http://www.bitmover.com/cgi-bin/download.cgi</ulink>.
-     You need Bitkeeper 3.0 or newer to access our repository.
+     <ulink url="http://www.bitmover.com/bk-client.shar">http://www.bitmover.com/bk-client.shar</ulink>.
     </para></listitem>
 
     <listitem><para>
-     Follow the instructions to install it.
+     Install it like this:
+     <programlisting>
+sh bk-client.shar
+cd bk_client-1.1
+make all
+PATH=$PWD:$PATH
+./sfioball -r+ bk://mysql.bkbits.net/<replaceable>repository</replaceable> <replaceable>destination</replaceable>
+     </programlisting>
     </para></listitem>
 
     <listitem><para>
@@ -7677,7 +7683,7 @@
 </programlisting>
 
     <para>
-     To clone the 4.0 stable (production) branch, use this command:
+     To clone the 4.0 branch, use this command:
     </para>
 
 <programlisting>
@@ -7685,7 +7691,7 @@
 </programlisting>
 
     <para>
-     To clone the 4.1 stable (production) branch, use this command:
+     To clone the 4.1 branch, use this command:
     </para>
 
 <programlisting>
@@ -7693,7 +7699,7 @@
 </programlisting>
 
     <para>
-     To clone the 5.0 development branch, use this command:
+     To clone the 5.0 branch, use this command:
     </para>
 
 <programlisting>
@@ -7906,7 +7912,7 @@
     </para></listitem>
 
     <listitem><para>
-     BitKeeper has a nice help utility that you can access via
+     BitKeeper has a help utility that you can access via
      <literal>bk helptool</literal>.
     </para></listitem>
 
@@ -8668,9 +8674,9 @@
      </para></listitem>
 
      <listitem><para>
-      BitKeeper 3.0 installed on that system. You can obtain BitKeeper
-      from
-      <ulink url="http://www.bitkeeper.com/">http://www.bitkeeper.com/</ulink>.
+      BitKeeper 3.0 installed on that system.
+      See <xref linkend="installing-source-tree"/> for instructions how to
+      download and install BitKeeper.
      </para></listitem>
 
     </itemizedlist></listitem>

--- 1.2/refman-4.1/mysql-connectors.xml	2005-06-22 15:20:15 +02:00
+++ 1.3/refman-4.1/mysql-connectors.xml	2005-07-06 19:16:53 +02:00
@@ -1775,13 +1775,8 @@
    <orderedlist>
 
     <listitem><para>
-     Download BitKeeper from
-     <ulink url="http://www.bitmover.com/cgi-bin/download.cgi">http://www.bitmover.com/cgi-bin/download.cgi</ulink>.
-     You need BitKeeper 3.0 or newer to access our repository.
-    </para></listitem>
-
-    <listitem><para>
-     Follow the instructions to install it.
+     See <xref linkend="installing-source-tree"/> for instructions on how
+     to download and install BitKeeper.
     </para></listitem>
 
     <listitem><para>
@@ -1879,7 +1874,7 @@
     </para></listitem>
 
     <listitem><para>
-     BitKeeper has a nice help utility that you can access via
+     BitKeeper has a help utility that you can access via
      <command>bk helptool</command>.
     </para></listitem>
 

--- 1.11/refman-4.1/mysql-database-administration.xml	2005-07-05 16:44:20 +02:00
+++ 1.12/refman-4.1/mysql-database-administration.xml	2005-07-06 19:00:02 +02:00
@@ -23037,8 +23037,10 @@
   </para>
 
   <para>
-   <emphasis role="bold">Note</emphasis>: The query cache does not work
-   for prepared statements. See <xref linkend="c-api-prepared-statements"/>.
+   <emphasis role="bold">Note</emphasis>: The query cache isn't used
+   for server-side prepared statements. If you're using server-side prepared 
+   statements consider that these statement won't be satisfied by the query
+   cache. See <xref linkend="c-api-prepared-statements"/>.
   </para>
 
   <para>

--- 1.4/refman-5.0/installing.xml	2005-06-30 09:04:47 +02:00
+++ 1.5/refman-5.0/installing.xml	2005-07-06 19:16:57 +02:00
@@ -7654,12 +7654,18 @@
 
     <listitem><para>
      Download BitKeeper from
-     <ulink url="http://www.bitmover.com/cgi-bin/download.cgi">http://www.bitmover.com/cgi-bin/download.cgi</ulink>.
-     You need Bitkeeper 3.0 or newer to access our repository.
+     <ulink url="http://www.bitmover.com/bk-client.shar">http://www.bitmover.com/bk-client.shar</ulink>.
     </para></listitem>
 
     <listitem><para>
-     Follow the instructions to install it.
+     Install it like this:
+     <programlisting>
+sh bk-client.shar
+cd bk_client-1.1
+make all
+PATH=$PWD:$PATH
+./sfioball -r+ bk://mysql.bkbits.net/<replaceable>repository</replaceable> <replaceable>destination</replaceable>
+     </programlisting>
     </para></listitem>
 
     <listitem><para>
@@ -7677,7 +7683,7 @@
 </programlisting>
 
     <para>
-     To clone the 4.0 stable (production) branch, use this command:
+     To clone the 4.0 branch, use this command:
     </para>
 
 <programlisting>
@@ -7685,7 +7691,7 @@
 </programlisting>
 
     <para>
-     To clone the 4.1 stable (production) branch, use this command:
+     To clone the 4.1 branch, use this command:
     </para>
 
 <programlisting>
@@ -7693,7 +7699,7 @@
 </programlisting>
 
     <para>
-     To clone the 5.0 development branch, use this command:
+     To clone the 5.0 branch, use this command:
     </para>
 
 <programlisting>
@@ -7906,7 +7912,7 @@
     </para></listitem>
 
     <listitem><para>
-     BitKeeper has a nice help utility that you can access via
+     BitKeeper has a help utility that you can access via
      <literal>bk helptool</literal>.
     </para></listitem>
 
@@ -8668,9 +8674,9 @@
      </para></listitem>
 
      <listitem><para>
-      BitKeeper 3.0 installed on that system. You can obtain BitKeeper
-      from
-      <ulink url="http://www.bitkeeper.com/">http://www.bitkeeper.com/</ulink>.
+      BitKeeper 3.0 installed on that system.
+      See <xref linkend="installing-source-tree"/> for instructions how to
+      download and install BitKeeper.
      </para></listitem>
 
     </itemizedlist></listitem>

--- 1.2/refman-5.0/mysql-connectors.xml	2005-06-22 15:20:18 +02:00
+++ 1.3/refman-5.0/mysql-connectors.xml	2005-07-06 19:16:57 +02:00
@@ -1775,13 +1775,8 @@
    <orderedlist>
 
     <listitem><para>
-     Download BitKeeper from
-     <ulink url="http://www.bitmover.com/cgi-bin/download.cgi">http://www.bitmover.com/cgi-bin/download.cgi</ulink>.
-     You need BitKeeper 3.0 or newer to access our repository.
-    </para></listitem>
-
-    <listitem><para>
-     Follow the instructions to install it.
+     See <xref linkend="installing-source-tree"/> for instructions on how
+     to download and install BitKeeper.
     </para></listitem>
 
     <listitem><para>
@@ -1879,7 +1874,7 @@
     </para></listitem>
 
     <listitem><para>
-     BitKeeper has a nice help utility that you can access via
+     BitKeeper has a help utility that you can access via
      <command>bk helptool</command>.
     </para></listitem>
 

--- 1.2/refman/installing.xml	2005-06-28 16:17:34 +02:00
+++ 1.3/refman/installing.xml	2005-07-06 19:16:06 +02:00
@@ -7654,12 +7654,18 @@
 
     <listitem><para>
      Download BitKeeper from
-     <ulink url="http://www.bitmover.com/cgi-bin/download.cgi">http://www.bitmover.com/cgi-bin/download.cgi</ulink>.
-     You need Bitkeeper 3.0 or newer to access our repository.
+     <ulink url="http://www.bitmover.com/bk-client.shar">http://www.bitmover.com/bk-client.shar</ulink>.
     </para></listitem>
 
     <listitem><para>
-     Follow the instructions to install it.
+     Install it like this:
+     <programlisting>
+sh bk-client.shar
+cd bk_client-1.1
+make all
+PATH=$PWD:$PATH
+./sfioball -r+ bk://mysql.bkbits.net/<replaceable>repository</replaceable> <replaceable>destination</replaceable>
+     </programlisting>
     </para></listitem>
 
     <listitem><para>
@@ -7677,7 +7683,7 @@
 </programlisting>
 
     <para>
-     To clone the 4.0 stable (production) branch, use this command:
+     To clone the 4.0 branch, use this command:
     </para>
 
 <programlisting>
@@ -7685,7 +7691,7 @@
 </programlisting>
 
     <para>
-     To clone the 4.1 stable (production) branch, use this command:
+     To clone the 4.1 branch, use this command:
     </para>
 
 <programlisting>
@@ -7693,7 +7699,7 @@
 </programlisting>
 
     <para>
-     To clone the 5.0 development branch, use this command:
+     To clone the 5.0 branch, use this command:
     </para>
 
 <programlisting>
@@ -7906,7 +7912,7 @@
     </para></listitem>
 
     <listitem><para>
-     BitKeeper has a nice help utility that you can access via
+     BitKeeper has a help utility that you can access via
      <literal>bk helptool</literal>.
     </para></listitem>
 
@@ -8668,9 +8674,9 @@
      </para></listitem>
 
      <listitem><para>
-      BitKeeper 3.0 installed on that system. You can obtain BitKeeper
-      from
-      <ulink url="http://www.bitkeeper.com/">http://www.bitkeeper.com/</ulink>.
+      BitKeeper 3.0 installed on that system.
+      See <xref linkend="installing-source-tree"/> for instructions how to
+      download and install BitKeeper.
      </para></listitem>
 
     </itemizedlist></listitem>

--- 1.5/refman/mysql-connectors.xml	2005-06-24 00:22:16 +02:00
+++ 1.6/refman/mysql-connectors.xml	2005-07-06 19:15:31 +02:00
@@ -1775,13 +1775,8 @@
    <orderedlist>
 
     <listitem><para>
-     Download BitKeeper from
-     <ulink url="http://www.bitmover.com/cgi-bin/download.cgi">http://www.bitmover.com/cgi-bin/download.cgi</ulink>.
-     You need BitKeeper 3.0 or newer to access our repository.
-    </para></listitem>
-
-    <listitem><para>
-     Follow the instructions to install it.
+     See <xref linkend="installing-source-tree"/> for instructions on how
+     to download and install BitKeeper.
     </para></listitem>
 
     <listitem><para>
@@ -1879,7 +1874,7 @@
     </para></listitem>
 
     <listitem><para>
-     BitKeeper has a nice help utility that you can access via
+     BitKeeper has a help utility that you can access via
      <command>bk helptool</command>.
     </para></listitem>
 
Thread
bk commit - mysqldoc@docsrva tree (stefan:1.2942)stefan6 Jul