diff options
-rw-r--r-- | BitKeeper/etc/logging_ok | 4 | ||||
-rw-r--r-- | innobase/os/os0file.c | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/BitKeeper/etc/logging_ok b/BitKeeper/etc/logging_ok index 1e199bc98a7..1c3bdac2b9f 100644 --- a/BitKeeper/etc/logging_ok +++ b/BitKeeper/etc/logging_ok @@ -1,3 +1 @@ -jani@hynda.mysql.fi -sasha@mysql.sashanet.com -monty@donna.mysql.fi +heikki@donna.mysql.fi diff --git a/innobase/os/os0file.c b/innobase/os/os0file.c index 130d8eb0a80..8e9b8482259 100644 --- a/innobase/os/os0file.c +++ b/innobase/os/os0file.c @@ -763,7 +763,7 @@ try_again: UT_NOT_USED(offset_high); #endif try_again: - ret = pwrite(file, buf, n, (off_t) offset); + ret = os_file_pwrite(file, buf, n, (off_t) offset); if ((ulint)ret == n) { return(TRUE); |