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
b578abc0
Commit
b578abc0
authored
Apr 30, 2007
by
dkatz@damien-katzs-computer.local
Browse files
Options
Browse Files
Download
Plain Diff
Merge damien-katzs-computer.local:/Users/dkatz/mysql50
into damien-katzs-computer.local:/Users/dkatz/50_frm_files
parents
a22ae736
cbcb418f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
mysys/my_copy.c
mysys/my_copy.c
+6
-1
No files found.
mysys/my_copy.c
View file @
b578abc0
...
@@ -111,6 +111,11 @@ int my_copy(const char *from, const char *to, myf MyFlags)
...
@@ -111,6 +111,11 @@ int my_copy(const char *from, const char *to, myf MyFlags)
err:
err:
if
(
from_file
>=
0
)
VOID
(
my_close
(
from_file
,
MyFlags
));
if
(
from_file
>=
0
)
VOID
(
my_close
(
from_file
,
MyFlags
));
if
(
to_file
>=
0
)
VOID
(
my_close
(
to_file
,
MyFlags
));
if
(
to_file
>=
0
)
{
VOID
(
my_close
(
to_file
,
MyFlags
));
/* attempt to delete the to-file we've partially written */
VOID
(
my_delete
(
to
,
MyFlags
));
}
DBUG_RETURN
(
-
1
);
DBUG_RETURN
(
-
1
);
}
/* my_copy */
}
/* my_copy */
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