List:Internals« Previous MessageNext Message »
From:jon Date:June 29 2005 2:13pm
Subject:bk commit - mysqldoc@docsrva tree (jon:1.2902)
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.2902 05/06/29 22:13:17 jon@stripped +5 -0
  Deleted files: views.xml and triggers.xml.
  introduction.xml: deleted section ansi-diff-triggers.

  refman-4.1/removed-sections.txt
    1.3 05/06/29 22:13:15 jon@stripped +16 -1
    Added IDs of deleted chapters/sections.

  refman-4.1/manual.xml
    1.5 05/06/29 22:13:15 jon@stripped +0 -4
    Cut XIncludes - views.xml, triggers.xml.

  refman-4.1/introduction.xml
    1.7 05/06/29 22:13:15 jon@stripped +0 -38
    Cut section ansi-diff-views.

  BitKeeper/deleted/.del-views.xml~3e3f5186eb882f37
    1.4 05/06/29 22:10:25 jon@stripped +0 -0
    Delete: refman-4.1/views.xml

  BitKeeper/deleted/.del-triggers.xml~f2e9a538395499c7
    1.5 05/06/29 22:01:24 jon@stripped +0 -0
    Delete: refman-4.1/triggers.xml

# 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.site
# Root:	/home/jon/bk/mysqldoc

--- 1.2/refman-4.1/removed-sections.txt	2005-06-29 20:05:30 +10:00
+++ 1.3/refman-4.1/removed-sections.txt	2005-06-29 22:13:15 +10:00
@@ -49,6 +49,7 @@
 
 mysql-5-0-nutshell
 ansi-diff-triggers
+ansi-diff-views
 
 # from news.xml:
 
@@ -67,7 +68,21 @@
 
 replication-upgrade-5-0
 
-# installing.xml:
+# from installing.xml:
 
 upgrading-from-4-1
 
+# from triggers.xml:
+
+triggers
+create-trigger
+drop-trigger
+using-triggers
+
+# from views.xml:
+
+views
+alter-view
+create-view
+drop-view
+show-create-view

--- 1.6/refman-4.1/introduction.xml	2005-06-29 20:05:29 +10:00
+++ 1.7/refman-4.1/introduction.xml	2005-06-29 22:13:15 +10:00
@@ -4466,44 +4466,6 @@
 
    </section>
 
-   <section id="ansi-diff-views">
-
-    <title id='title-ansi-diff-views'>&title-ansi-diff-views;</title>
-
-    <indexterm type="concept">
-     <primary>views</primary>
-    </indexterm>
-
-    <indexterm type="concept">
-     <primary>views</primary>
-     <secondary>updatable</secondary>
-    </indexterm>
-
-    <para>
-     Views (including updatable views) are implemented in the 5.0
-     version of MySQL Server. Views are available in binary releases
-     from 5.0.1 and up. See <xref linkend="views"/>.
-    </para>
-
-    <para>
-     Views are useful for allowing users to access a set of relations
-     (tables) as if it were a single table, and limiting their access to
-     just that. Views can also be used to restrict access to rows (a
-     subset of a particular table). For access control to columns, you
-     can also use the sophisticated privilege system in MySQL Server.
-     See <xref linkend="privilege-system"/>.
-    </para>
-
-    <para>
-     In designing an implementation of views, our ambitious goal, as
-     much as is possible within the confines of SQL, has been full
-     compliance with ``Codd's Rule #6'' for relational database systems:
-     ``All views that are theoretically updatable, should in practice
-     also be updatable.''
-    </para>
-
-   </section>
-
    <section id="ansi-diff-comments">
 
     <title
id='title-ansi-diff-comments'>&title-ansi-diff-comments;</title>

--- 1.4/refman-4.1/manual.xml	2005-06-29 20:05:29 +10:00
+++ 1.5/refman-4.1/manual.xml	2005-06-29 22:13:15 +10:00
@@ -49,10 +49,6 @@
 
  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="spatial-extensions-in-mysql.xml"/>
 
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="triggers.xml"/>
-
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="views.xml"/>
-
  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="information-schema.xml"/>
 
  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="precision-math.xml"/>
Thread
bk commit - mysqldoc@docsrva tree (jon:1.2902)jon29 Jun