List:Commits« Previous MessageNext Message »
From:paul Date:June 9 2008 4:50pm
Subject:svn commit - mysqldoc@docsrva: r10920 - in trunk: . it/refman-5.1 pt/refman-5.1 refman-5.0 refman-5.1 refman-6.0
View as plain text  
Author: paul
Date: 2008-06-09 18:50:28 +0200 (Mon, 09 Jun 2008)
New Revision: 10920

Log:
 r31613@arctic:  paul | 2008-06-09 11:50:15 -0500
 Fix example that alleges statement equivalence.


Modified:
   trunk/it/refman-5.1/information-schema.xml
   trunk/pt/refman-5.1/information-schema.xml
   trunk/refman-5.0/information-schema.xml
   trunk/refman-5.1/information-schema.xml
   trunk/refman-6.0/information-schema.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:31902
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:31539
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:31902
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:31613


Modified: trunk/it/refman-5.1/information-schema.xml
===================================================================
--- trunk/it/refman-5.1/information-schema.xml	2008-06-07 02:32:38 UTC (rev 10919)
+++ trunk/it/refman-5.1/information-schema.xml	2008-06-09 16:50:28 UTC (rev 10920)
Changed blocks: 1, Lines Added: 3, Lines Deleted: 3; 776 bytes

@@ -684,11 +684,11 @@
 
 <programlisting>
 SELECT table_name FROM INFORMATION_SCHEMA.TABLES
-  [WHERE table_schema = '<replaceable>db_name</replaceable>']
-  [WHERE|AND table_name LIKE '<replaceable>wild</replaceable>']
+  WHERE table_schema = '<replaceable>db_name</replaceable>'
+  [AND table_name LIKE '<replaceable>wild</replaceable>']
 
 SHOW TABLES
-  [FROM <replaceable>db_name</replaceable>]
+  FROM <replaceable>db_name</replaceable>
   [LIKE '<replaceable>wild</replaceable>']
 </programlisting>
 


Modified: trunk/pt/refman-5.1/information-schema.xml
===================================================================
--- trunk/pt/refman-5.1/information-schema.xml	2008-06-07 02:32:38 UTC (rev 10919)
+++ trunk/pt/refman-5.1/information-schema.xml	2008-06-09 16:50:28 UTC (rev 10920)
Changed blocks: 1, Lines Added: 3, Lines Deleted: 3; 776 bytes

@@ -684,11 +684,11 @@
 
 <programlisting>
 SELECT table_name FROM INFORMATION_SCHEMA.TABLES
-  [WHERE table_schema = '<replaceable>db_name</replaceable>']
-  [WHERE|AND table_name LIKE '<replaceable>wild</replaceable>']
+  WHERE table_schema = '<replaceable>db_name</replaceable>'
+  [AND table_name LIKE '<replaceable>wild</replaceable>']
 
 SHOW TABLES
-  [FROM <replaceable>db_name</replaceable>]
+  FROM <replaceable>db_name</replaceable>
   [LIKE '<replaceable>wild</replaceable>']
 </programlisting>
 


Modified: trunk/refman-5.0/information-schema.xml
===================================================================
--- trunk/refman-5.0/information-schema.xml	2008-06-07 02:32:38 UTC (rev 10919)
+++ trunk/refman-5.0/information-schema.xml	2008-06-09 16:50:28 UTC (rev 10920)
Changed blocks: 1, Lines Added: 3, Lines Deleted: 3; 767 bytes

@@ -665,11 +665,11 @@
 
 <programlisting>
 SELECT table_name FROM INFORMATION_SCHEMA.TABLES
-  [WHERE table_schema = '<replaceable>db_name</replaceable>']
-  [WHERE|AND table_name LIKE '<replaceable>wild</replaceable>']
+  WHERE table_schema = '<replaceable>db_name</replaceable>'
+  [AND table_name LIKE '<replaceable>wild</replaceable>']
 
 SHOW TABLES
-  [FROM <replaceable>db_name</replaceable>]
+  FROM <replaceable>db_name</replaceable>
   [LIKE '<replaceable>wild</replaceable>']
 </programlisting>
 


Modified: trunk/refman-5.1/information-schema.xml
===================================================================
--- trunk/refman-5.1/information-schema.xml	2008-06-07 02:32:38 UTC (rev 10919)
+++ trunk/refman-5.1/information-schema.xml	2008-06-09 16:50:28 UTC (rev 10920)
Changed blocks: 1, Lines Added: 3, Lines Deleted: 3; 767 bytes

@@ -692,11 +692,11 @@
 
 <programlisting>
 SELECT table_name FROM INFORMATION_SCHEMA.TABLES
-  [WHERE table_schema = '<replaceable>db_name</replaceable>']
-  [WHERE|AND table_name LIKE '<replaceable>wild</replaceable>']
+  WHERE table_schema = '<replaceable>db_name</replaceable>'
+  [AND table_name LIKE '<replaceable>wild</replaceable>']
 
 SHOW TABLES
-  [FROM <replaceable>db_name</replaceable>]
+  FROM <replaceable>db_name</replaceable>
   [LIKE '<replaceable>wild</replaceable>']
 </programlisting>
 


Modified: trunk/refman-6.0/information-schema.xml
===================================================================
--- trunk/refman-6.0/information-schema.xml	2008-06-07 02:32:38 UTC (rev 10919)
+++ trunk/refman-6.0/information-schema.xml	2008-06-09 16:50:28 UTC (rev 10920)
Changed blocks: 1, Lines Added: 3, Lines Deleted: 3; 767 bytes

@@ -691,11 +691,11 @@
 
 <programlisting>
 SELECT table_name FROM INFORMATION_SCHEMA.TABLES
-  [WHERE table_schema = '<replaceable>db_name</replaceable>']
-  [WHERE|AND table_name LIKE '<replaceable>wild</replaceable>']
+  WHERE table_schema = '<replaceable>db_name</replaceable>'
+  [AND table_name LIKE '<replaceable>wild</replaceable>']
 
 SHOW TABLES
-  [FROM <replaceable>db_name</replaceable>]
+  FROM <replaceable>db_name</replaceable>
   [LIKE '<replaceable>wild</replaceable>']
 </programlisting>
 


Thread
svn commit - mysqldoc@docsrva: r10920 - in trunk: . it/refman-5.1 pt/refman-5.1 refman-5.0 refman-5.1 refman-6.0paul9 Jun