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
a6038595
Commit
a6038595
authored
Apr 23, 2003
by
lenz@mysql.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge lgrimmer@build.mysql.com:/home/bk/mysql-4.0
into mysql.com:/space/my/mysql-4.0
parents
32a98783
9d11b351
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
mysys/default.c
mysys/default.c
+2
-1
support-files/MacOSX/ReadMe.txt
support-files/MacOSX/ReadMe.txt
+1
-2
No files found.
mysys/default.c
View file @
a6038595
...
@@ -249,7 +249,8 @@ static my_bool search_default_file(DYNAMIC_ARRAY *args, MEM_ROOT *alloc,
...
@@ -249,7 +249,8 @@ static my_bool search_default_file(DYNAMIC_ARRAY *args, MEM_ROOT *alloc,
MY_STAT
stat_info
;
MY_STAT
stat_info
;
if
(
!
my_stat
(
name
,
&
stat_info
,
MYF
(
0
)))
if
(
!
my_stat
(
name
,
&
stat_info
,
MYF
(
0
)))
return
0
;
return
0
;
if
(
stat_info
.
st_mode
&
S_IWOTH
)
/* ignore world-writeable files */
/* ignore world-writeable _regular_ files */
if
(
stat_info
.
st_mode
&
S_IWOTH
&&
stat_info
.
st_mode
&
S_IFREG
)
{
{
fprintf
(
stderr
,
"warning: World-writeable config file %s is ignored
\n
"
,
fprintf
(
stderr
,
"warning: World-writeable config file %s is ignored
\n
"
,
name
);
name
);
...
...
support-files/MacOSX/ReadMe.txt
View file @
a6038595
...
@@ -76,5 +76,4 @@ can to add this directory to your PATH environment
...
@@ -76,5 +76,4 @@ can to add this directory to your PATH environment
variable in your login script. For the default shell
variable in your login script. For the default shell
"tcsh", you can do this by running this command once:
"tcsh", you can do this by running this command once:
echo 'setenv PATH $PATH:/usr/local/mysql/bin' >> ~/.tcshrc
echo 'setenv PATH ${PATH}:/usr/local/mysql/bin' >> ~/.tcshrc
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