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
3bf4108e
Commit
3bf4108e
authored
Nov 28, 2006
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename function datadir_setup to datadir_list_setup to avoid mixup
with the function where vardir's are created
parent
af46f145
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
mysql-test/mysql-test-run.pl
mysql-test/mysql-test-run.pl
+3
-3
No files found.
mysql-test/mysql-test-run.pl
View file @
3bf4108e
...
...
@@ -308,7 +308,7 @@ our %mysqld_variables;
sub
main
();
sub
initial_setup
();
sub
command_line_setup
();
sub
datadir_setup
();
sub
datadir_
list_
setup
();
sub
executable_setup
();
sub
environment_setup
();
sub
kill_running_servers
();
...
...
@@ -1185,7 +1185,7 @@ sub command_line_setup () {
$path_snapshot
=
"
$opt_tmpdir
/snapshot_
$opt_master_myport
/
";
}
sub
datadir_setup
()
{
sub
datadir_
list_
setup
()
{
# Make a list of all data_dirs
@data_dir_lst
=
(
...
...
@@ -2534,7 +2534,7 @@ sub run_suite () {
sub
initialize_servers
()
{
datadir_setup
();
datadir_
list_
setup
();
if
(
$opt_extern
)
{
...
...
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