List:Internals« Previous MessageNext Message »
From:paul Date:July 23 2005 12:39am
Subject:bk commit - mysqldoc@docsrva tree (paul:1.3106)
View as plain text  
Below is the list of changes that have just been committed into a local
mysqldoc repository of paul. When paul 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.3106 05/07/22 17:39:44 paul@stripped +3 -0
  Replace literals in syntax description with
  replaceables.

  refman/sql-syntax.xml
    1.17 05/07/22 17:39:42 paul@stripped +5 -5
    Replace literals in syntax description with
    replaceables.

  refman-5.0/sql-syntax.xml
    1.22 05/07/22 17:39:42 paul@stripped +5 -5
    Sync.

  refman-4.1/sql-syntax.xml
    1.15 05/07/22 17:39:41 paul@stripped +5 -5
    Sync.

# 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:	paul
# Host:	frost.snake.net
# Root:	/Volumes/frost2/MySQL/bk/mysqldoc

--- 1.14/refman-4.1/sql-syntax.xml	2005-07-21 08:26:59 -05:00
+++ 1.15/refman-4.1/sql-syntax.xml	2005-07-22 17:39:41 -05:00
@@ -4803,13 +4803,13 @@
     [REPLACE | IGNORE]
     INTO TABLE <replaceable>tbl_name</replaceable>
     [FIELDS
-        [TERMINATED BY '\t']
-        [[OPTIONALLY] ENCLOSED BY '']
-        [ESCAPED BY '\\' ]
+        [TERMINATED BY '<replaceable>string</replaceable>']
+        [[OPTIONALLY] ENCLOSED BY '<replaceable>char</replaceable>']
+        [ESCAPED BY '<replaceable>char</replaceable>' ]
     ]
     [LINES
-        [STARTING BY '']
-        [TERMINATED BY '\n']
+        [STARTING BY '<replaceable>string</replaceable>']
+        [TERMINATED BY '<replaceable>string</replaceable>']
     ]
     [IGNORE <replaceable>number</replaceable> LINES]
     [(<replaceable>col_name</replaceable>,...)]

--- 1.21/refman-5.0/sql-syntax.xml	2005-07-20 13:55:25 -05:00
+++ 1.22/refman-5.0/sql-syntax.xml	2005-07-22 17:39:42 -05:00
@@ -4633,13 +4633,13 @@
     [REPLACE | IGNORE]
     INTO TABLE <replaceable>tbl_name</replaceable>
     [FIELDS
-        [TERMINATED BY '\t']
-        [[OPTIONALLY] ENCLOSED BY '']
-        [ESCAPED BY '\\' ]
+        [TERMINATED BY '<replaceable>string</replaceable>']
+        [[OPTIONALLY] ENCLOSED BY '<replaceable>char</replaceable>']
+        [ESCAPED BY '<replaceable>char</replaceable>' ]
     ]
     [LINES
-        [STARTING BY '']
-        [TERMINATED BY '\n']
+        [STARTING BY '<replaceable>string</replaceable>']
+        [TERMINATED BY '<replaceable>string</replaceable>']
     ]
     [IGNORE <replaceable>number</replaceable> LINES]
     [(<replaceable>col_name_or_user_var</replaceable>,...)]

--- 1.16/refman/sql-syntax.xml	2005-07-21 08:26:34 -05:00
+++ 1.17/refman/sql-syntax.xml	2005-07-22 17:39:42 -05:00
@@ -4809,13 +4809,13 @@
     [REPLACE | IGNORE]
     INTO TABLE <replaceable>tbl_name</replaceable>
     [FIELDS
-        [TERMINATED BY '\t']
-        [[OPTIONALLY] ENCLOSED BY '']
-        [ESCAPED BY '\\' ]
+        [TERMINATED BY '<replaceable>string</replaceable>']
+        [[OPTIONALLY] ENCLOSED BY '<replaceable>char</replaceable>']
+        [ESCAPED BY '<replaceable>char</replaceable>' ]
     ]
     [LINES
-        [STARTING BY '']
-        [TERMINATED BY '\n']
+        [STARTING BY '<replaceable>string</replaceable>']
+        [TERMINATED BY '<replaceable>string</replaceable>']
     ]
     [IGNORE <replaceable>number</replaceable> LINES]
     [(<replaceable>col_name_or_user_var</replaceable>,...)]
Thread
bk commit - mysqldoc@docsrva tree (paul:1.3106)paul23 Jul