Merge mysql.com:/home/svoj/devel/mysql/BUG26881/mysql-5.0-engines
into mysql.com:/home/svoj/devel/mysql/BUG26881/mysql-5.1-engines storage/myisam/mi_open.c: Auto merged
This commit is contained in:
commit
8deff6b0c6
@ -1225,7 +1225,7 @@ int mi_open_datafile(MI_INFO *info, MYISAM_SHARE *share, File file_to_dup __attr
|
|||||||
int mi_open_keyfile(MYISAM_SHARE *share)
|
int mi_open_keyfile(MYISAM_SHARE *share)
|
||||||
{
|
{
|
||||||
if ((share->kfile=my_open(share->unique_file_name, share->mode | O_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 1;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user