mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1-maint
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
This commit is contained in:
@ -591,7 +591,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,
|
||||||
@ -4643,9 +4643,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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user