Author: paul
Date: 2008-03-26 19:10:22 +0100 (Wed, 26 Mar 2008)
New Revision: 10348
Log:
r30263@frost: paul | 2008-03-26 13:07:22 -0500
Document bugfixes:
Bug#21854: Problems with CREATE TRIGGER without DEFINER clause in --skip-grant-tables mode
Bug#25132: disabled query cache: Qcache_free_blocks = 1
Bug#25175: Too much memory used by MySQL grant system
Bug#27877: incorrect german order in utf8_general_ci
Bug#33507: Event scheduler creates more threads than max_connections = user lockout
Bug#34274: Invalid handling of 'DEFAULT 0' for YEAR data type.
Bug#35074: max_used_connections is not correct
Modified:
trunk/dynamic-docs/changelog/mysqld-1.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:30256
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:30353
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:30263
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:30353
Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml 2008-03-26 18:04:08 UTC (rev 10347)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml 2008-03-26 18:10:22 UTC (rev 10348)
Changed blocks: 1, Lines Added: 186, Lines Deleted: 0; 3624 bytes
@@ -12222,4 +12222,190 @@
</logentry>
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="DEFINER"/>
+ <manual type="views"/>
+ <manual type="triggers"/>
+ <manual type="events"/>
+ <manual type="stored procedures"/>
+ <manual type="stored functions"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="28154"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.24"/>
+ </versions>
+
+ <message>
+
+ <para>
+ For views or stored programs created with an invalid
+ <literal>DEFINER</literal> value, the error message was
+ confusing (did not tie the problem to the
+ <literal>DEFINER</literal> clause) and has been improved.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="feature">
+
+ <tags>
+ <manual type="privileges"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="25175"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.24"/>
+ </versions>
+
+ <message>
+
+ <para>
+ The server uses less memory when loading privileges containing
+ table grants. (Patch provided by Google.)
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="query cache"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="25132"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.24"/>
+ </versions>
+
+ <message>
+
+ <para>
+ The <literal>Qcache_free_blocks</literal> status variable did
+ not display a value of 0 if the query cache was disabled.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="YEAR"/>
+ <manual type="DEFAULT"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="34274"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.24"/>
+ </versions>
+
+ <message>
+
+ <para>
+ <literal>DEFAULT 0</literal> was not allowed for the
+ <literal>YEAR</literal> data type.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="utf8_general_ci"/>
+ <manual type="Unicode"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="27877"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.24"/>
+ </versions>
+
+ <message>
+
+ <para>
+ The <literal>utf8_general_ci</literal> collation incorrectly did
+ not sort "U+00DF SHARP S" equal to <literal>'s'</literal>.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="event scheduler"/>
+ <manual type="max_connections"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="33507"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.24"/>
+ </versions>
+
+ <message>
+
+ <para>
+ Threads created by the event scheduler were incorrectly counted
+ against the <literal>max_connections</literal> thread limit,
+ which could lead to client lockout.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="Max_used_connections"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="35074"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.24"/>
+ </versions>
+
+ <message>
+
+ <para>
+ Non-connection threads were being counted in the value of the
+ <literal>Max_used_connections</literal> status variable.
+ </para>
+
+ </message>
+
+ </logentry>
+
</changelog>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r10348 - in trunk: . dynamic-docs/changelog | paul | 26 Mar |