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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
f3d52f8c
Commit
f3d52f8c
authored
Mar 03, 2005
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge
innobase/os/os0file.c: Auto merged innobase/srv/srv0start.c: SCCS merged
parents
4e4fbf48
afc85273
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
innobase/os/os0file.c
innobase/os/os0file.c
+0
-9
No files found.
innobase/os/os0file.c
View file @
f3d52f8c
...
@@ -299,15 +299,6 @@ os_file_get_last_error(
...
@@ -299,15 +299,6 @@ os_file_get_last_error(
return
(
OS_FILE_NOT_FOUND
);
return
(
OS_FILE_NOT_FOUND
);
}
else
if
(
err
==
EEXIST
)
{
}
else
if
(
err
==
EEXIST
)
{
return
(
OS_FILE_ALREADY_EXISTS
);
return
(
OS_FILE_ALREADY_EXISTS
);
#ifdef UNIV_AIX
}
else
if
(
err
==
0
)
{
fprintf
(
stderr
,
"InnoDB: errno is 0. Since AIX 5.1 after security patch ML7 erroneously
\n
"
"InnoDB: sets errno to 0 when it should be EEXIST, we assume that the real
\n
"
"InnoDB: error here was EEXIST.
\n
"
);
return
(
OS_FILE_ALREADY_EXISTS
);
#endif
}
else
{
}
else
{
return
(
100
+
err
);
return
(
100
+
err
);
}
}
...
...
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