List:Internals« Previous MessageNext Message »
From:jon Date:September 22 2005 12:32pm
Subject:bk commit - mysqldoc@docsrva tree (jon:1.3607)
View as plain text  
Below is the list of changes that have just been committed into a local
mysqldoc repository of jon. When jon 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.3607 05/09/22 20:32:14 jon@stripped +4 -0
  example-auto-increment: Fix typo and version info.

  refman/tutorial.xml
    1.21 05/09/22 20:32:12 jon@stripped +1 -1
    Fix typo.

  refman-5.1/tutorial.xml
    1.16 05/09/22 20:32:12 jon@stripped +2 -3
    Fix typo and version info.

  refman-5.0/tutorial.xml
    1.16 05/09/22 20:32:12 jon@stripped +2 -3
    Fix typo and version info.

  refman-4.1/tutorial.xml
    1.23 05/09/22 20:32:12 jon@stripped +2 -3
    Fix typo and version info.

# 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:	jon
# Host:	gigan.
# Root:	/home/jon/bk/mysqldoc2

--- 1.15/refman-5.1/tutorial.xml	2005-09-13 06:55:57 +10:00
+++ 1.16/refman-5.1/tutorial.xml	2005-09-22 20:32:12 +10:00
@@ -3720,11 +3720,10 @@
         <literal>CREATE TABLE</literal> or 
         <literal>ALTER TABLE</literal>, like this:
 <programlisting>
-mysql> <userinput>ALTER TABLE tbl AUTOINCREMENT = 100;</userinput>
+mysql> <userinput>ALTER TABLE tbl AUTO_INCREMENT = 100;</userinput>
 </programlisting>
         Note that this feature is available for 
-        <literal>InnoDB</literal> tables only as of MySQL version
-        4.1.12 and 5.0.3.
+        <literal>InnoDB</literal> tables only.
       </para>
 
     </section>

--- 1.22/refman-4.1/tutorial.xml	2005-09-13 06:55:52 +10:00
+++ 1.23/refman-4.1/tutorial.xml	2005-09-22 20:32:12 +10:00
@@ -3876,11 +3876,10 @@
         <literal>CREATE TABLE</literal> or 
         <literal>ALTER TABLE</literal>, like this:
 <programlisting>
-mysql> <userinput>ALTER TABLE tbl AUTOINCREMENT = 100;</userinput>
+mysql&gt; <userinput>ALTER TABLE tbl AUTO_INCREMENT = 100;</userinput>
 </programlisting>
         Note that this feature is available for 
-        <literal>InnoDB</literal> tables only as of MySQL version
-        4.1.12 and 5.0.3.
+        <literal>InnoDB</literal> tables only as of MySQL 4.1.12.
       </para>
 
     </section>

--- 1.20/refman/tutorial.xml	2005-09-13 06:55:34 +10:00
+++ 1.21/refman/tutorial.xml	2005-09-22 20:32:12 +10:00
@@ -3883,7 +3883,7 @@
         <literal>CREATE TABLE</literal> or 
         <literal>ALTER TABLE</literal>, like this:
 <programlisting>
-mysql> <userinput>ALTER TABLE tbl AUTOINCREMENT = 100;</userinput>
+mysql&gt; <userinput>ALTER TABLE tbl AUTO_INCREMENT = 100;</userinput>
 </programlisting>
         Note that this feature is available for 
         <literal>InnoDB</literal> tables only as of MySQL version

--- 1.15/refman-5.0/tutorial.xml	2005-09-13 06:55:54 +10:00
+++ 1.16/refman-5.0/tutorial.xml	2005-09-22 20:32:12 +10:00
@@ -3721,11 +3721,10 @@
         <literal>CREATE TABLE</literal> or 
         <literal>ALTER TABLE</literal>, like this:
 <programlisting>
-mysql> <userinput>ALTER TABLE tbl AUTOINCREMENT = 100;</userinput>
+mysql&gt; <userinput>ALTER TABLE tbl AUTO_INCREMENT = 100;</userinput>
 </programlisting>
         Note that this feature is available for 
-        <literal>InnoDB</literal> tables only as of MySQL version
-        4.1.12 and 5.0.3.
+        <literal>InnoDB</literal> tables only as of MySQL 5.0.3.
       </para>
 
     </section>
Thread
bk commit - mysqldoc@docsrva tree (jon:1.3607)jon22 Sep