List:Internals« Previous MessageNext Message »
From:jon Date:September 1 2005 1:52pm
Subject:bk commit - mysqldoc@docsrva tree (jon:1.3451)
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.3451 05/09/01 21:51:58 jon@stripped +3 -0
  views.xml#show-create-view: 
  Fixed output of SHOW CREATE VIEW.
  (refman, refman-5.0, refman-5.1)

  refman/views.xml
    1.6 05/09/01 21:51:56 jon@stripped +11 -5
    Fixed output of SHOW CREATE VIEW.

  refman-5.1/views.xml
    1.5 05/09/01 21:51:56 jon@stripped +11 -5
    Fixed output of SHOW CREATE VIEW.

  refman-5.0/views.xml
    1.5 05/09/01 21:51:56 jon@stripped +11 -5
    Fixed output of SHOW CREATE VIEW.

# 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/mysqldoc

--- 1.4/refman-5.1/views.xml	2005-08-18 22:00:17 +10:00
+++ 1.5/refman-5.1/views.xml	2005-09-01 21:51:56 +10:00
@@ -870,15 +870,21 @@
 
 <programlisting>
 mysql&gt; <userinput>SHOW CREATE VIEW v;</userinput>
-+-------+----------------------------------------------------+
-| Table | Create Table                                       |
-+-------+----------------------------------------------------+
-| v     | CREATE VIEW `test`.`v` AS select 1 AS `a`,2 AS `b` |
-+-------+----------------------------------------------------+
++------+----------------------------------------------------+
+| View | Create View                                        |
++------+----------------------------------------------------+
+| v    | CREATE VIEW `test`.`v` AS select 1 AS `a`,2 AS `b` |
++------+----------------------------------------------------+
 </programlisting>
 
     <para>
       This statement was added in MySQL 5.0.1.
+    </para>
+    
+    <para>
+      Previous to MySQL 5.0.11, the output columns from this statement 
+      were shown as <literal>Table</literal> and <literal>Create 
+      Table</literal>.
     </para>
 
   </section>

--- 1.5/refman/views.xml	2005-08-16 09:23:50 +10:00
+++ 1.6/refman/views.xml	2005-09-01 21:51:56 +10:00
@@ -868,15 +868,21 @@
 
 <programlisting>
 mysql&gt; <userinput>SHOW CREATE VIEW v;</userinput>
-+-------+----------------------------------------------------+
-| Table | Create Table                                       |
-+-------+----------------------------------------------------+
-| v     | CREATE VIEW `test`.`v` AS select 1 AS `a`,2 AS `b` |
-+-------+----------------------------------------------------+
++------+----------------------------------------------------+
+| View | Create View                                        |
++------+----------------------------------------------------+
+| v    | CREATE VIEW `test`.`v` AS select 1 AS `a`,2 AS `b` |
++------+----------------------------------------------------+
 </programlisting>
 
     <para>
       This statement was added in MySQL 5.0.1.
+    </para>
+    
+    <para>
+      Previous to MySQL 5.0.11, the output columns from this statement 
+      were shown as <literal>Table</literal> and <literal>Create 
+      Table</literal>.
     </para>
 
   </section>

--- 1.4/refman-5.0/views.xml	2005-08-29 01:09:21 +10:00
+++ 1.5/refman-5.0/views.xml	2005-09-01 21:51:56 +10:00
@@ -870,15 +870,21 @@
 
 <programlisting>
 mysql&gt; <userinput>SHOW CREATE VIEW v;</userinput>
-+-------+----------------------------------------------------+
-| Table | Create Table                                       |
-+-------+----------------------------------------------------+
-| v     | CREATE VIEW `test`.`v` AS select 1 AS `a`,2 AS `b` |
-+-------+----------------------------------------------------+
++------+----------------------------------------------------+
+| View | Create View                                        |
++------+----------------------------------------------------+
+| v    | CREATE VIEW `test`.`v` AS select 1 AS `a`,2 AS `b` |
++------+----------------------------------------------------+
 </programlisting>
 
     <para>
       This statement was added in MySQL 5.0.1.
+    </para>
+    
+    <para>
+      Previous to MySQL 5.0.11, the output columns from this statement 
+      were shown as <literal>Table</literal> and <literal>Create 
+      Table</literal>.
     </para>
 
   </section>
Thread
bk commit - mysqldoc@docsrva tree (jon:1.3451)jon1 Sep