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
c866beb5
Commit
c866beb5
authored
Jun 04, 2001
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0
parents
1da42e7b
5fa38499
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
mysys/mf_format.c
mysys/mf_format.c
+4
-5
No files found.
mysys/mf_format.c
View file @
c866beb5
...
...
@@ -96,14 +96,13 @@ my_string fn_format(my_string to, const char *name, const char *dsk,
#endif
(
void
)
strmov
(
pos
,
ext
);
/* Don't convert extension */
}
if
(
flag
&
16
)
if
(
flag
&
32
)
(
void
)
my_realpath
(
to
,
to
,
MYF
(
flag
&
32
?
0
:
MY_RESOLVE_LINK
));
else
if
(
flag
&
16
)
{
strmov
(
buff
,
to
);
my_readlink
(
to
,
buff
,
MYF
(
flag
&
32
?
0
:
MY_RESOLVE_LINK
));
(
void
)
my_readlink
(
to
,
buff
,
MYF
(
0
));
}
else
if
(
flag
&
32
)
my_realpath
(
to
,
to
,
MYF
(
flag
&
32
?
0
:
MY_RESOLVE_LINK
));
DBUG_RETURN
(
to
);
}
/* fn_format */
...
...
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