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
497007e2
Commit
497007e2
authored
Sep 08, 2000
by
monty@work.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed --no-defaults in installation
parent
24487949
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Build-tools/Do-compile
Build-tools/Do-compile
+1
-1
scripts/mysql_install_db.sh
scripts/mysql_install_db.sh
+1
-1
No files found.
Build-tools/Do-compile
View file @
497007e2
...
...
@@ -145,7 +145,7 @@ if ($opt_stage <= 5 && !$opt_no_test)
log_system
("
./bin/mysqladmin --no-defaults -u root -S
$mysql_unix_port
-s shutdown
")
||
info
("
There was no mysqld running
\n
");
sleep
(
2
);
log_system
("
rm -f ./data/mysql/*
");
check_system
("
scripts/mysql_install_db --
skip-locking
","
com/license
");
check_system
("
scripts/mysql_install_db --
no-defaults --skip-locking
","
https://order
");
safe_system
("
./bin/mysqld --no-defaults --basedir . --datadir ./data --skip-locking >>
$log
2>&1 &
");
sleep
(
2
);
}
...
...
scripts/mysql_install_db.sh
View file @
497007e2
...
...
@@ -25,7 +25,7 @@ do
;;
--force
)
force
=
1
;;
--no-defaults
=
*
)
defaults
=
"
$1
"
;
CONFIG_FILES
=
/nonexistent
--no-defaults
)
defaults
=
"
$1
"
;
CONFIG_FILES
=
/nonexistent
;;
--defaults-file
=
*
)
defaults
=
"
$1
"
;
CONFIG_FILES
=
"
$eqvalue
"
;;
...
...
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