summaryrefslogtreecommitdiff
path: root/storage/myisam
diff options
context:
space:
mode:
authorunknown <svoj@april.(none)>2007-03-14 04:48:43 +0400
committerunknown <svoj@april.(none)>2007-03-14 04:48:43 +0400
commit8deff6b0c6b1b43e1565e0a59b1b2f1ac765e8b1 (patch)
tree960e370e496054ffed19409adb0eb86e335511cf /storage/myisam
parent6095508b71e24de8bd804258d84d97df52fdfcab (diff)
parent8205e16c89135583a62e14a37579f7724151713a (diff)
downloadmariadb-git-8deff6b0c6b1b43e1565e0a59b1b2f1ac765e8b1.tar.gz
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
Diffstat (limited to 'storage/myisam')
-rw-r--r--storage/myisam/mi_open.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/myisam/mi_open.c b/storage/myisam/mi_open.c
index a06b21ee5b4..f4e089b6313 100644
--- a/storage/myisam/mi_open.c
+++ b/storage/myisam/mi_open.c
@@ -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)
{
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;
}