Below is the list of changes that have just been committed into a local
5.1 repository of svoj. When svoj does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet@stripped, 2007-03-29 22:01:51+05:00, svoj@april.(none) +1 -0
Merge mysql.com:/home/svoj/devel/mysql/BUG25521/mysql-5.0-engines
into mysql.com:/home/svoj/devel/mysql/BUG25521/mysql-5.1-engines
MERGE: 1.1810.2735.15
mysys/my_redel.c@stripped, 2007-03-29 22:01:47+05:00, svoj@april.(none) +0 -0
Auto merged
MERGE: 1.10.2.2
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: svoj
# Host: april.(none)
# Root: /home/svoj/devel/mysql/BUG25521/mysql-5.1-engines/RESYNC
--- 1.14/mysys/my_redel.c 2007-03-29 22:01:58 +05:00
+++ 1.15/mysys/my_redel.c 2007-03-29 22:01:58 +05:00
@@ -59,7 +59,7 @@ int my_redel(const char *org_name, const
MyFlags))
goto end;
}
- else if (my_delete(org_name,MyFlags))
+ else if (my_delete_allow_opened(org_name, MyFlags))
goto end;
if (my_rename(tmp_name,org_name,MyFlags))
goto end;
| Thread |
|---|
| • bk commit into 5.1 tree (svoj:1.2528) | Sergey Vojtovich | 29 Mar |