Below is the list of changes that have just been committed into a local
5.0 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-14 02:30:05+04:00, svoj@stripped +1 -0
Removed tabs.
myisam/mi_open.c@stripped, 2007-03-14 02:30:03+04:00, svoj@stripped +1 -1
Removed tabs.
# 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/BUG26881/mysql-5.0-engines
--- 1.104/myisam/mi_open.c 2007-03-14 02:30:10 +04:00
+++ 1.105/myisam/mi_open.c 2007-03-14 02:30:10 +04:00
@@ -1199,7 +1199,7 @@ int mi_open_datafile(MI_INFO *info, MYIS
int mi_open_keyfile(MYISAM_SHARE *share)
{
if ((share->kfile=my_open(share->unique_file_name, share->mode | O_SHARE,
- MYF(MY_WME))) < 0)
+ MYF(MY_WME))) < 0)
return 1;
return 0;
}
| Thread |
|---|
| • bk commit into 5.0 tree (svoj:1.2478) | Sergey Vojtovich | 13 Mar |