Author: paul
Date: 2007-12-07 17:52:46 +0100 (Fri, 07 Dec 2007)
New Revision: 9190
Log:
r34013@arctic: paul | 2007-12-07 10:51:14 -0600
Document bugfixes:
Bug#11230: Keeping comments when storing stored procedures
Bug#26215: mysql command line client should not strip comments from SQL statements
(These were supposed to have been committed earlier, but were not.)
Modified:
trunk/dynamic-docs/changelog/mysqld-1.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:34012
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:27855
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:22582
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:34013
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:27855
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:22582
Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml 2007-12-07 16:52:33 UTC (rev 9189)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml 2007-12-07 16:52:46 UTC (rev 9190)
Changed blocks: 1, Lines Added: 32, Lines Deleted: 0; 1028 bytes
@@ -1607,4 +1607,36 @@
</logentry>
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="mysql"/>
+ <manual type="comments"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="11230"/>
+ <fixes bugid="26215"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.0.52"/>
+ <version ver="5.1.23"/>
+ <version ver="6.0.4"/>
+ </versions>
+
+ <message>
+
+ <para>
+ <command>mysql</command> stripped comments from statements sent
+ to the server. Now the <option>--comments</option> or
+ <option>--skip-comments</option> option can be used to control
+ whether to retain or strip comments. The default is
+ <option>--skip-comments</option>.
+ </para>
+
+ </message>
+
+ </logentry>
+
</changelog>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r9190 - in trunk: . dynamic-docs/changelog | paul | 7 Dec |