svn commit - mysqldoc@docsrva: r7297 - in trunk: . refman-5.0 refman-5.1
Author: paul
Date: 2007-07-31 22:07:55 +0200 (Tue, 31 Jul 2007)
New Revision: 7297
Log:
r28097@polar: paul | 2007-07-31 14:56:30 -0500
Update a couple of changelog entries. (Serg, Antony)
Modified:
trunk/refman-5.0/releasenotes-es-5.0.xml
trunk/refman-5.1/news-5.1.xml
Property changes on: trunk
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:28095
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:23143
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:19268
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:28097
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:23143
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:19268
Modified: trunk/refman-5.0/releasenotes-es-5.0.xml
- trunk/refman-5.0/releasenotes-es-5.0.xml 2007-07-31 19:35:48 UTC (rev 7296)
+++ trunk/refman-5.0/releasenotes-es-5.0.xml 2007-07-31 20:07:55 UTC (rev 7297)
Changed blocks: 2, Lines Added: 10, Lines Deleted: 4; 1405 bytes
@@ -93,9 +93,12 @@
- ALTER TABLE acquired duplicate locks under
- some circumstances. This could result in loss of a data row.
- (Bug #28838)
+ Fast ALTER TABLE (that works without
+ rebuilding the table) acquired duplicate locks in the storage
+ engine. In MyISAM, if ALTER
+ TABLE was issued under LOCK
+ TABLE, it caused all data inserted after
+ LOCK TABLE to disappear. (Bug #28838)
@@ -111,7 +114,10 @@
The server was blocked from opening other tables while the
FEDERATED engine was attempting to open a
- remote table. (Bug #25679)
+ remote table. Now the server does not check the correctness of
+ a FEDERATED table at CREATE
+ TABLE time, but waits until the table actually is
+ accessed. (Bug #25679)
Modified: trunk/refman-5.1/news-5.1.xml
- trunk/refman-5.1/news-5.1.xml 2007-07-31 19:35:48 UTC (rev 7296)
+++ trunk/refman-5.1/news-5.1.xml 2007-07-31 20:07:55 UTC (rev 7297)
Changed blocks: 2, Lines Added: 10, Lines Deleted: 4; 1374 bytes
@@ -248,9 +248,12 @@
- ALTER TABLE acquired duplicate locks under
- some circumstances. This could result in loss of a data row.
- (Bug #28838)
+ Fast ALTER TABLE (that works without
+ rebuilding the table) acquired duplicate locks in the storage
+ engine. In MyISAM, if ALTER
+ TABLE was issued under LOCK
+ TABLE, it caused all data inserted after
+ LOCK TABLE to disappear. (Bug #28838)
@@ -266,7 +269,10 @@
The server was blocked from opening other tables while the
FEDERATED engine was attempting to open a
- remote table. (Bug #25679)
+ remote table. Now the server does not check the correctness of
+ a FEDERATED table at CREATE
+ TABLE time, but waits until the table actually is
+ accessed. (Bug #25679)
--
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 Tue Jul 31 16:08:55 2007
This archive was generated by hypermail 2.1.8
: Thu Aug 09 2007 - 19:20:15 EDT
|