List:Commits« Previous MessageNext Message »
From:paul Date:September 11 2006 7:23pm
Subject:svn commit - mysqldoc@docsrva: r3320 - in trunk: . refman-5.0 refman-5.1
View as plain text  
Author: paul
Date: 2006-09-11 21:23:41 +0200 (Mon, 11 Sep 2006)
New Revision: 3320

Log:
 r13633@polar:  paul | 2006-09-11 14:24:51 -0500
 Information about identifier case sensitivity. (From PeterG.)


Modified:
   trunk/refman-5.0/language-structure.xml
   trunk/refman-5.1/language-structure.xml

Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:13631
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:10150
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:13633
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:10150


Modified: trunk/refman-5.0/language-structure.xml
===================================================================
--- trunk/refman-5.0/language-structure.xml	2006-09-11 19:20:44 UTC (rev 3319)
+++ trunk/refman-5.0/language-structure.xml	2006-09-11 19:23:41 UTC (rev 3320)
Changed blocks: 1, Lines Added: 10, Lines Deleted: 0; 849 bytes

@@ -1316,6 +1316,16 @@
         with the new variable setting.
       </para>
 
+      <para>
+        Object names may be considered duplicates if their uppercase
+        forms are equal according to a binary collation. That is true
+        for names of cursors, conditions, functions, procedures,
+        savepoints, and routine local variables. It is not true for
+        names of columns, constraints, databases, statements prepared
+        with <literal>PREPARE</literal>, tables, triggers, users, and
+        user-defined variables.
+      </para>
+
     </section>
 
   </section>


Modified: trunk/refman-5.1/language-structure.xml
===================================================================
--- trunk/refman-5.1/language-structure.xml	2006-09-11 19:20:44 UTC (rev 3319)
+++ trunk/refman-5.1/language-structure.xml	2006-09-11 19:23:41 UTC (rev 3320)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 3; 987 bytes

@@ -1327,9 +1327,10 @@
         Object names may be considered duplicates if their uppercase
         forms are equal according to a binary collation. That is true
         for names of cursors, conditions, functions, procedures,
-        savepoints, and routine local variables. It is not true for SQL
-        keywords or names of columns, constraints, databases,
-        partitions, tables, triggers, users, and user-defined variables.
+        savepoints, and routine local variables. It is not true for
+        names of columns, constraints, databases, partitions, statements
+        prepared with <literal>PREPARE</literal>, tables, triggers,
+        users, and user-defined variables.
       </para>
 
     </section>


Thread
svn commit - mysqldoc@docsrva: r3320 - in trunk: . refman-5.0 refman-5.1paul11 Sep