svn commit - mysqldoc@docsrva: r8450 - in trunk: . dynamic-docs/changelog
Author: paul
Date: 2007-11-01 04:13:56 +0100 (Thu, 01 Nov 2007)
New Revision: 8450
Log:
r26432@frost: paul | 2007-10-31 22:09:00 -0500
Document bugfixes:
Bug#28774: mysql_upgrade creates tempfiles in root-dir (C:\) and doesn't clean them up
Bug#30079: A check for "hidden" I_S tables is flawed
Bug#30638: why doesn't > 4294967295 rows work in myisam on windows ?
Bug#30795: Query on INFORMATION_SCHEMA.SCHEMATA, wrong result
Bug#31075: crash in get_func_mm_tree
Bug#31156: mysqld: item_sum.cc:918: virtual bool Item_sum_distinct::setup(THD*): Assertion
Bug#31221: Optimizer incorrectly identifies impossible WHERE clause
Modified:
trunk/dynamic-docs/changelog/mysqld.xml
Property changes on: trunk
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:32082
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:26431
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:21581
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:32082
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:26432
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:21581
Modified: trunk/dynamic-docs/changelog/mysqld.xml
- trunk/dynamic-docs/changelog/mysqld.xml 2007-11-01 03:13:42 UTC (rev 8449)
+++ trunk/dynamic-docs/changelog/mysqld.xml 2007-11-01 03:13:56 UTC (rev 8450)
Changed blocks: 1, Lines Added: 201, Lines Deleted: 0; 4243 bytes
@@ -140992,4 +140992,205 @@
</logentry>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Expressions of the form WHERE
+ col NOT IN
+ (col, ...), where the same
+ column was named both times, could cause a server crash in the
+ optimizer.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ MyISAM tables could not exceed 4294967295
+ (2^32 - 1) rows on Windows.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Some INFORMATION_SCHEMA tables are intended
+ for internal use, but could be accessed by using
+ SHOW statements.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ INFORMATION_SCHEMA.SCHEMATA was returning
+ incorrect information.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ When a TIMESTAMP with a non-zero time part
+ was converted to a DATE value, no warning was
+ generated. This caused index lookups to assume that this is a
+ valid conversion and was returning rows that match a comparison
+ between a TIMESTAMP value and a
+ DATE keypart. Now a warning is generated so
+ that TIMESTAMP with a non-zero time part will
+ not match DATE values.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ An assertion designed detect a bug in the
+ ROLLUP implementation incorrectly failed when
+ used in subquery context with non-cacheable statements.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ On Windows, mysql_upgrade created temporary
+ files in C:\ and did not clean them up.
+
+
+
+
+
+
</changelog>
--
MySQL Code Commits Mailing List
For list archives:
http://lists.mysql.com/commits
To unsubscribe:
http://lists.mysql.com/commits?unsub=lists@pantek.com
Received on Wed Oct 31 23:14:01 2007
This archive was generated by hypermail 2.1.8
: Thu Jul 03 2008 - 11:15:54 EDT
|