List:Commits« Previous MessageNext Message »
From:paul Date:September 2 2006 7:21pm
Subject:svn commit - mysqldoc@docsrva: r3207 - in trunk: . refman-5.1
View as plain text  
Author: paul
Date: 2006-09-02 19:21:55 +0200 (Sat, 02 Sep 2006)
New Revision: 3207

Log:
 r14218@frost:  paul | 2006-09-02 12:20:25 -0500
 Fix incorrect changelog entry.


Modified:
   trunk/refman-5.1/news-5.1.xml

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


Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml	2006-09-02 07:29:13 UTC (rev 3206)
+++ trunk/refman-5.1/news-5.1.xml	2006-09-02 17:21:55 UTC (rev 3207)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 4; 905 bytes

@@ -755,10 +755,10 @@
 
       <listitem>
         <para>
-          The server used <literal>#sql</literal> as a prefix for hidden
-          table names, but it was also possible for users to use that as
-          a table name prefix, which caused some operations to fail. Now
-          the server uses <literal>#.sql</literal> as the prefix. (Bug
+          User-created tables having a name beginning with
+          <literal>#sql</literal> were not visible to <literal>SHOW
+          TABLES</literal> and could collide with internal temporary
+          table names. Now they are not hidden and do not collide. (Bug
           #1405)
         </para>
       </listitem>


Thread
svn commit - mysqldoc@docsrva: r3207 - in trunk: . refman-5.1paul2 Sep