List:Commits« Previous MessageNext Message »
From:paul Date:May 3 2008 5:35pm
Subject:svn commit - mysqldoc@docsrva: r10660 - in trunk: . it/refman-5.1 pt/refman-5.1 refman-5.1 refman-6.0
View as plain text  
Author: paul
Date: 2008-05-03 17:35:30 +0200 (Sat, 03 May 2008)
New Revision: 10660

Log:
 r31140@frost:  paul | 2008-05-03 10:35:47 -0500
 Fix syntax


Modified:
   trunk/it/refman-5.1/sql-syntax.xml
   trunk/pt/refman-5.1/sql-syntax.xml
   trunk/refman-5.1/sql-syntax.xml
   trunk/refman-6.0/sql-syntax.xml

Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:31131
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:31031
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:31140
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:31031


Modified: trunk/it/refman-5.1/sql-syntax.xml
===================================================================
--- trunk/it/refman-5.1/sql-syntax.xml	2008-05-02 23:38:17 UTC (rev 10659)
+++ trunk/it/refman-5.1/sql-syntax.xml	2008-05-03 15:35:30 UTC (rev 10660)
Changed blocks: 2, Lines Added: 6, Lines Deleted: 6; 2801 bytes

@@ -426,16 +426,16 @@
         [FIRST | AFTER <replaceable>col_name</replaceable> ]
   | ADD [COLUMN] (<replaceable>col_name</replaceable> <replaceable>column_definition</replaceable>,...)
   | ADD {INDEX|KEY} [<replaceable>index_name</replaceable>]
-        [<replaceable>index_type</replaceable>] (<replaceable>index_col_name</replaceable>,...) [<replaceable>index_option</replaceable> ...]
+        [<replaceable>index_type</replaceable>] (<replaceable>index_col_name</replaceable>,...) [<replaceable>index_option</replaceable>] ...
   | ADD [CONSTRAINT [<replaceable>symbol</replaceable>]] PRIMARY KEY
-        [<replaceable>index_type</replaceable>] (<replaceable>index_col_name</replaceable>,...) [<replaceable>index_option</replaceable> ...]
+        [<replaceable>index_type</replaceable>] (<replaceable>index_col_name</replaceable>,...) [<replaceable>index_option</replaceable>] ...
   | ADD [CONSTRAINT [<replaceable>symbol</replaceable>]]
         UNIQUE [INDEX|KEY] [<replaceable>index_name</replaceable>]
-        [<replaceable>index_type</replaceable>] (<replaceable>index_col_name</replaceable>,...) [<replaceable>index_option</replaceable> ...]
+        [<replaceable>index_type</replaceable>] (<replaceable>index_col_name</replaceable>,...) [<replaceable>index_option</replaceable>] ...
   | ADD FULLTEXT [INDEX|KEY] [<replaceable>index_name</replaceable>]
-        (<replaceable>index_col_name</replaceable>,...) [<replaceable>index_option</replaceable> ...]
+        (<replaceable>index_col_name</replaceable>,...) [<replaceable>index_option</replaceable>] ...
   | ADD SPATIAL [INDEX|KEY] [<replaceable>index_name</replaceable>]
-        (<replaceable>index_col_name</replaceable>,...) [<replaceable>index_option</replaceable> ...]
+        (<replaceable>index_col_name</replaceable>,...) [<replaceable>index_option</replaceable>] ...
   | ADD [CONSTRAINT [<replaceable>symbol</replaceable>]]
         FOREIGN KEY [<replaceable>index_name</replaceable>] (<replaceable>index_col_name</replaceable>,...)
         <replaceable>reference_definition</replaceable>

@@ -2275,7 +2275,7 @@
 CREATE [ONLINE|OFFLINE] [UNIQUE|FULLTEXT|SPATIAL] INDEX <replaceable>index_name</replaceable>
     [<replaceable>index_type</replaceable>]
     ON <replaceable>tbl_name</replaceable> (<replaceable>index_col_name</replaceable>,...)
-    [<replaceable>index_option</replaceable> ...]
+    [<replaceable>index_option</replaceable>] ...
 
 <replaceable>index_col_name</replaceable>:
     <replaceable>col_name</replaceable> [(<replaceable>length</replaceable>)] [ASC | DESC]


Modified: trunk/pt/refman-5.1/sql-syntax.xml
===================================================================
--- trunk/pt/refman-5.1/sql-syntax.xml	2008-05-02 23:38:17 UTC (rev 10659)
+++ trunk/pt/refman-5.1/sql-syntax.xml	2008-05-03 15:35:30 UTC (rev 10660)
Changed blocks: 2, Lines Added: 6, Lines Deleted: 6; 2801 bytes

@@ -426,16 +426,16 @@
         [FIRST | AFTER <replaceable>col_name</replaceable> ]
   | ADD [COLUMN] (<replaceable>col_name</replaceable> <replaceable>column_definition</replaceable>,...)
   | ADD {INDEX|KEY} [<replaceable>index_name</replaceable>]
-        [<replaceable>index_type</replaceable>] (<replaceable>index_col_name</replaceable>,...) [<replaceable>index_option</replaceable> ...]
+        [<replaceable>index_type</replaceable>] (<replaceable>index_col_name</replaceable>,...) [<replaceable>index_option</replaceable>] ...
   | ADD [CONSTRAINT [<replaceable>symbol</replaceable>]] PRIMARY KEY
-        [<replaceable>index_type</replaceable>] (<replaceable>index_col_name</replaceable>,...) [<replaceable>index_option</replaceable> ...]
+        [<replaceable>index_type</replaceable>] (<replaceable>index_col_name</replaceable>,...) [<replaceable>index_option</replaceable>] ...
   | ADD [CONSTRAINT [<replaceable>symbol</replaceable>]]
         UNIQUE [INDEX|KEY] [<replaceable>index_name</replaceable>]
-        [<replaceable>index_type</replaceable>] (<replaceable>index_col_name</replaceable>,...) [<replaceable>index_option</replaceable> ...]
+        [<replaceable>index_type</replaceable>] (<replaceable>index_col_name</replaceable>,...) [<replaceable>index_option</replaceable>] ...
   | ADD FULLTEXT [INDEX|KEY] [<replaceable>index_name</replaceable>]
-        (<replaceable>index_col_name</replaceable>,...) [<replaceable>index_option</replaceable> ...]
+        (<replaceable>index_col_name</replaceable>,...) [<replaceable>index_option</replaceable>] ...
   | ADD SPATIAL [INDEX|KEY] [<replaceable>index_name</replaceable>]
-        (<replaceable>index_col_name</replaceable>,...) [<replaceable>index_option</replaceable> ...]
+        (<replaceable>index_col_name</replaceable>,...) [<replaceable>index_option</replaceable>] ...
   | ADD [CONSTRAINT [<replaceable>symbol</replaceable>]]
         FOREIGN KEY [<replaceable>index_name</replaceable>] (<replaceable>index_col_name</replaceable>,...)
         <replaceable>reference_definition</replaceable>

@@ -2275,7 +2275,7 @@
 CREATE [ONLINE|OFFLINE] [UNIQUE|FULLTEXT|SPATIAL] INDEX <replaceable>index_name</replaceable>
     [<replaceable>index_type</replaceable>]
     ON <replaceable>tbl_name</replaceable> (<replaceable>index_col_name</replaceable>,...)
-    [<replaceable>index_option</replaceable> ...]
+    [<replaceable>index_option</replaceable>] ...
 
 <replaceable>index_col_name</replaceable>:
     <replaceable>col_name</replaceable> [(<replaceable>length</replaceable>)] [ASC | DESC]


Modified: trunk/refman-5.1/sql-syntax.xml
===================================================================
--- trunk/refman-5.1/sql-syntax.xml	2008-05-02 23:38:17 UTC (rev 10659)
+++ trunk/refman-5.1/sql-syntax.xml	2008-05-03 15:35:30 UTC (rev 10660)
Changed blocks: 2, Lines Added: 6, Lines Deleted: 6; 2792 bytes

@@ -426,16 +426,16 @@
         [FIRST | AFTER <replaceable>col_name</replaceable> ]
   | ADD [COLUMN] (<replaceable>col_name</replaceable> <replaceable>column_definition</replaceable>,...)
   | ADD {INDEX|KEY} [<replaceable>index_name</replaceable>]
-        [<replaceable>index_type</replaceable>] (<replaceable>index_col_name</replaceable>,...) [<replaceable>index_option</replaceable> ...]
+        [<replaceable>index_type</replaceable>] (<replaceable>index_col_name</replaceable>,...) [<replaceable>index_option</replaceable>] ...
   | ADD [CONSTRAINT [<replaceable>symbol</replaceable>]] PRIMARY KEY
-        [<replaceable>index_type</replaceable>] (<replaceable>index_col_name</replaceable>,...) [<replaceable>index_option</replaceable> ...]
+        [<replaceable>index_type</replaceable>] (<replaceable>index_col_name</replaceable>,...) [<replaceable>index_option</replaceable>] ...
   | ADD [CONSTRAINT [<replaceable>symbol</replaceable>]]
         UNIQUE [INDEX|KEY] [<replaceable>index_name</replaceable>]
-        [<replaceable>index_type</replaceable>] (<replaceable>index_col_name</replaceable>,...) [<replaceable>index_option</replaceable> ...]
+        [<replaceable>index_type</replaceable>] (<replaceable>index_col_name</replaceable>,...) [<replaceable>index_option</replaceable>] ...
   | ADD FULLTEXT [INDEX|KEY] [<replaceable>index_name</replaceable>]
-        (<replaceable>index_col_name</replaceable>,...) [<replaceable>index_option</replaceable> ...]
+        (<replaceable>index_col_name</replaceable>,...) [<replaceable>index_option</replaceable>] ...
   | ADD SPATIAL [INDEX|KEY] [<replaceable>index_name</replaceable>]
-        (<replaceable>index_col_name</replaceable>,...) [<replaceable>index_option</replaceable> ...]
+        (<replaceable>index_col_name</replaceable>,...) [<replaceable>index_option</replaceable>] ...
   | ADD [CONSTRAINT [<replaceable>symbol</replaceable>]]
         FOREIGN KEY [<replaceable>index_name</replaceable>] (<replaceable>index_col_name</replaceable>,...)
         <replaceable>reference_definition</replaceable>

@@ -2275,7 +2275,7 @@
 CREATE [ONLINE|OFFLINE] [UNIQUE|FULLTEXT|SPATIAL] INDEX <replaceable>index_name</replaceable>
     [<replaceable>index_type</replaceable>]
     ON <replaceable>tbl_name</replaceable> (<replaceable>index_col_name</replaceable>,...)
-    [<replaceable>index_option</replaceable> ...]
+    [<replaceable>index_option</replaceable>] ...
 
 <replaceable>index_col_name</replaceable>:
     <replaceable>col_name</replaceable> [(<replaceable>length</replaceable>)] [ASC | DESC]


Modified: trunk/refman-6.0/sql-syntax.xml
===================================================================
--- trunk/refman-6.0/sql-syntax.xml	2008-05-02 23:38:17 UTC (rev 10659)
+++ trunk/refman-6.0/sql-syntax.xml	2008-05-03 15:35:30 UTC (rev 10660)
Changed blocks: 2, Lines Added: 6, Lines Deleted: 6; 2792 bytes

@@ -415,16 +415,16 @@
         [FIRST | AFTER <replaceable>col_name</replaceable> ]
   | ADD [COLUMN] (<replaceable>col_name</replaceable> <replaceable>column_definition</replaceable>,...)
   | ADD {INDEX|KEY} [<replaceable>index_name</replaceable>]
-        [<replaceable>index_type</replaceable>] (<replaceable>index_col_name</replaceable>,...) [<replaceable>index_option</replaceable> ...]
+        [<replaceable>index_type</replaceable>] (<replaceable>index_col_name</replaceable>,...) [<replaceable>index_option</replaceable>] ...
   | ADD [CONSTRAINT [<replaceable>symbol</replaceable>]] PRIMARY KEY
-        [<replaceable>index_type</replaceable>] (<replaceable>index_col_name</replaceable>,...) [<replaceable>index_option</replaceable> ...]
+        [<replaceable>index_type</replaceable>] (<replaceable>index_col_name</replaceable>,...) [<replaceable>index_option</replaceable>] ...
   | ADD [CONSTRAINT [<replaceable>symbol</replaceable>]]
         UNIQUE [INDEX|KEY] [<replaceable>index_name</replaceable>]
-        [<replaceable>index_type</replaceable>] (<replaceable>index_col_name</replaceable>,...) [<replaceable>index_option</replaceable> ...]
+        [<replaceable>index_type</replaceable>] (<replaceable>index_col_name</replaceable>,...) [<replaceable>index_option</replaceable>] ...
   | ADD FULLTEXT [INDEX|KEY] [<replaceable>index_name</replaceable>]
-        (<replaceable>index_col_name</replaceable>,...) [<replaceable>index_option</replaceable> ...]
+        (<replaceable>index_col_name</replaceable>,...) [<replaceable>index_option</replaceable>] ...
   | ADD SPATIAL [INDEX|KEY] [<replaceable>index_name</replaceable>]
-        (<replaceable>index_col_name</replaceable>,...) [<replaceable>index_option</replaceable> ...]
+        (<replaceable>index_col_name</replaceable>,...) [<replaceable>index_option</replaceable>] ...
   | ADD [CONSTRAINT [<replaceable>symbol</replaceable>]]
         FOREIGN KEY [<replaceable>index_name</replaceable>] (<replaceable>index_col_name</replaceable>,...)
         <replaceable>reference_definition</replaceable>

@@ -2211,7 +2211,7 @@
 CREATE [ONLINE|OFFLINE] [UNIQUE|FULLTEXT|SPATIAL] INDEX <replaceable>index_name</replaceable>
     [<replaceable>index_type</replaceable>]
     ON <replaceable>tbl_name</replaceable> (<replaceable>index_col_name</replaceable>,...)
-    [<replaceable>index_option</replaceable> ...]
+    [<replaceable>index_option</replaceable>] ...
 
 <replaceable>index_col_name</replaceable>:
     <replaceable>col_name</replaceable> [(<replaceable>length</replaceable>)] [ASC | DESC]


Thread
svn commit - mysqldoc@docsrva: r10660 - in trunk: . it/refman-5.1 pt/refman-5.1 refman-5.1 refman-6.0paul3 May