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
a0dd8623
Commit
a0dd8623
authored
Feb 28, 2008
by
msvensson@pilot.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use car/tmp as tempdir for mysqld --bootstrap
Run "mysql --bootstrap" with verbose if turned on
parent
8d6d318c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
mysql-test/mysql-test-run.pl
mysql-test/mysql-test-run.pl
+2
-1
No files found.
mysql-test/mysql-test-run.pl
View file @
a0dd8623
...
@@ -1981,7 +1981,7 @@ sub mysql_install_db {
...
@@ -1981,7 +1981,7 @@ sub mysql_install_db {
mtr_add_arg
(
$args
,
"
--datadir=%s
",
$data_dir
);
mtr_add_arg
(
$args
,
"
--datadir=%s
",
$data_dir
);
mtr_add_arg
(
$args
,
"
--loose-skip-innodb
");
mtr_add_arg
(
$args
,
"
--loose-skip-innodb
");
mtr_add_arg
(
$args
,
"
--loose-skip-ndbcluster
");
mtr_add_arg
(
$args
,
"
--loose-skip-ndbcluster
");
mtr_add_arg
(
$args
,
"
--tmpdir=
.
");
mtr_add_arg
(
$args
,
"
--tmpdir=
%s
",
"
$opt_vardir
/tmp/
");
mtr_add_arg
(
$args
,
"
--core-file
");
mtr_add_arg
(
$args
,
"
--core-file
");
if
(
$opt_debug
)
if
(
$opt_debug
)
...
@@ -2057,6 +2057,7 @@ sub mysql_install_db {
...
@@ -2057,6 +2057,7 @@ sub mysql_install_db {
output
=>
$path_bootstrap_log
,
output
=>
$path_bootstrap_log
,
error
=>
$path_bootstrap_log
,
error
=>
$path_bootstrap_log
,
append
=>
1
,
append
=>
1
,
verbose
=>
$opt_verbose
,
)
!=
0
)
)
!=
0
)
{
{
mtr_error
("
Error executing mysqld --bootstrap
\n
"
.
mtr_error
("
Error executing mysqld --bootstrap
\n
"
.
...
...
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