Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
6fa6f331
Commit
6fa6f331
authored
Apr 11, 2001
by
heikki@donna.mysql.fi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
os0file.c Change pwrite to os_file_pwrite to allow compilation if no pwrite
parent
dc933ad9
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
BitKeeper/etc/logging_ok
BitKeeper/etc/logging_ok
+1
-3
innobase/os/os0file.c
innobase/os/os0file.c
+1
-1
No files found.
BitKeeper/etc/logging_ok
View file @
6fa6f331
jani@hynda.mysql.fi
heikki@donna.mysql.fi
sasha@mysql.sashanet.com
monty@donna.mysql.fi
innobase/os/os0file.c
View file @
6fa6f331
...
@@ -763,7 +763,7 @@ try_again:
...
@@ -763,7 +763,7 @@ try_again:
UT_NOT_USED
(
offset_high
);
UT_NOT_USED
(
offset_high
);
#endif
#endif
try_again:
try_again:
ret
=
pwrite
(
file
,
buf
,
n
,
(
off_t
)
offset
);
ret
=
os_file_
pwrite
(
file
,
buf
,
n
,
(
off_t
)
offset
);
if
((
ulint
)
ret
==
n
)
{
if
((
ulint
)
ret
==
n
)
{
return
(
TRUE
);
return
(
TRUE
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment