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
58ae89cb
Commit
58ae89cb
authored
Jan 26, 2007
by
mtaylor@qualinost.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
User visible change - breaks some environments, per Paul DuBois. Reverting in 4.1 and 5.0.
parent
b3f2b36a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
9 deletions
+0
-9
mysys/default.c
mysys/default.c
+0
-1
scripts/mysqld_multi.sh
scripts/mysqld_multi.sh
+0
-8
No files found.
mysys/default.c
View file @
58ae89cb
...
@@ -49,7 +49,6 @@ const char *default_directories[]= {
...
@@ -49,7 +49,6 @@ const char *default_directories[]= {
"sys:/etc/"
,
"sys:/etc/"
,
#else
#else
"/etc/"
,
"/etc/"
,
"/etc/mysql/"
,
#endif
#endif
#ifdef DATADIR
#ifdef DATADIR
DATADIR
,
DATADIR
,
...
...
scripts/mysqld_multi.sh
View file @
58ae89cb
...
@@ -437,14 +437,6 @@ sub find_groups
...
@@ -437,14 +437,6 @@ sub find_groups
{
{
$data
[
$i
] =
$line
;
$data
[
$i
] =
$line
;
}
}
if (-f "
/etc/mysql/my.cnf
" && -r "
/etc/mysql/my.cnf
")
{
open(MY_CNF, "
</etc/mysql/my.cnf
") && (@tmp=<MY_CNF>) && close(MY_CNF);
}
for (; (
$line
= shift @tmp);
$i
++)
{
$data
[
$i
] =
$line
;
}
if (-f "
$homedir
/.my.cnf
" && -r "
$homedir
/.my.cnf
")
if (-f "
$homedir
/.my.cnf
" && -r "
$homedir
/.my.cnf
")
{
{
open(MY_CNF, "
<
$homedir
/.my.cnf
") && (@tmp=<MY_CNF>) && close(MY_CNF);
open(MY_CNF, "
<
$homedir
/.my.cnf
") && (@tmp=<MY_CNF>) && close(MY_CNF);
...
...
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