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
a10cfc6a
Commit
a10cfc6a
authored
Nov 07, 2006
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't allow path to be passed to --mem
parent
3893f907
Changes
1
Show 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 @
a10cfc6a
...
@@ -667,7 +667,7 @@ sub command_line_setup () {
...
@@ -667,7 +667,7 @@ sub command_line_setup () {
'
tmpdir=s
'
=>
\
$opt_tmpdir
,
'
tmpdir=s
'
=>
\
$opt_tmpdir
,
'
vardir=s
'
=>
\
$opt_vardir
,
'
vardir=s
'
=>
\
$opt_vardir
,
'
benchdir=s
'
=>
\
$glob_mysql_bench_dir
,
'
benchdir=s
'
=>
\
$glob_mysql_bench_dir
,
'
mem
=s
'
=>
\
$opt_mem
,
'
mem
'
=>
\
$opt_mem
,
# Misc
# Misc
'
comment=s
'
=>
\
$opt_comment
,
'
comment=s
'
=>
\
$opt_comment
,
...
@@ -4627,9 +4627,9 @@ Options to control directories to use
...
@@ -4627,9 +4627,9 @@ Options to control directories to use
vardir=DIR The directory where files generated from the test run
vardir=DIR The directory where files generated from the test run
is stored (default: ./var). Specifying a ramdisk or
is stored (default: ./var). Specifying a ramdisk or
tmpfs will speed up tests.
tmpfs will speed up tests.
mem
=DIR
Run testsuite in "memory" using tmpfs if
mem
Run testsuite in "memory" using tmpfs if
available(default: /dev/shm)
available(default: /dev/shm)
reads from MTR_MEM environment variable
reads
path
from MTR_MEM environment variable
Options to control what test suites or cases to run
Options to control what test suites or cases to run
...
...
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