Author: paul
Date: 2006-04-10 21:58:15 +0200 (Mon, 10 Apr 2006)
New Revision: 1779
Log:
r9355@frost: paul | 2006-04-10 14:56:42 -0500
Merge Joerg's changes into 5.1 news file.
Modified:
trunk/
trunk/refman-common/news-5.1.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:9351
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:4334
+ b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:9355
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:4334
Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml 2006-04-10 19:17:33 UTC (rev 1778)
+++ trunk/refman-common/news-5.1.xml 2006-04-10 19:58:15 UTC (rev 1779)
@@ -580,7 +580,12 @@
<listitem>
<para>
- Windows builds now have SSL support enabled. (Bug#18195)
+ Builds for Windows, Linux, and Unix (except AIX) platforms now
+ have SSL support enabled, in the server as well as in the
+ client libraries. Because part of the SSL code is written in
+ C++, this does introduce dependencies on the system's C++
+ runtime libraries in several cases, depending on compiler
+ specifics. (Bug #18195)
</para>
</listitem>
@@ -811,11 +816,12 @@
<listitem>
<para>
- Checks for permissions on database operations were performed
- in a case-insensitive manner, meaning that a user with
- permissions on database <literal>MYDATABASE</literal> also had
- permissions on database <literal>myDataBase</literal>. (Bug
- #17279)
+ Checks for permissions on database operations could be
+ performed in a case-insensitive manner (a user with
+ permissions on database <literal>MYDATABASE</literal> could by
+ accident get permissions on database
+ <literal>myDataBase</literal>), if the privilege data were
+ still cached from a previous check. (Bug #17279)
</para>
</listitem>
@@ -908,8 +914,9 @@
<para>
<literal>REPAIR TABLE</literal>, <literal>OPTIMIZE
TABLE</literal>, and <literal>ALTER TABLE</literal> operations
- on transactional tables could corrupt triggers referencing
- those tables. (Bug #18153)
+ on transactional tables (or on tables of any type on Windows)
+ could corrupt triggers associated with those tables. (Bug
+ #18153)
</para>
</listitem>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r1779 - in trunk: . refman-common | paul | 10 Apr |