diff options
author | unknown <knielsen@knielsen-hq.org> | 2009-12-01 08:24:05 +0100 |
---|---|---|
committer | unknown <knielsen@knielsen-hq.org> | 2009-12-01 08:24:05 +0100 |
commit | 4b69d0ee5245b26a3bd7bd5dfd3bd066cd38ea4c (patch) | |
tree | 7df2e0cd76e4b8f382ba3c2441bdae45e410f438 /man/mysql-test-run.pl.1 | |
parent | 36f3cbfdc6188d63416b2fbd5a88fe2f8faa2425 (diff) | |
download | mariadb-git-4b69d0ee5245b26a3bd7bd5dfd3bd066cd38ea4c.tar.gz |
Imported MySQL documentation files from MySQL 5.1.41 source tarball
Diffstat (limited to 'man/mysql-test-run.pl.1')
-rw-r--r-- | man/mysql-test-run.pl.1 | 27 |
1 files changed, 25 insertions, 2 deletions
diff --git a/man/mysql-test-run.pl.1 b/man/mysql-test-run.pl.1 index 9961ed70427..cd8fec1d287 100644 --- a/man/mysql-test-run.pl.1 +++ b/man/mysql-test-run.pl.1 @@ -2,12 +2,12 @@ .\" Title: \fBmysql-test-run.pl\fR .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> -.\" Date: 08/08/2009 +.\" Date: 10/29/2009 .\" Manual: MySQL Database System .\" Source: MySQL .\" Language: English .\" -.TH "\FBMYSQL\-TEST\-RUN\" "1" "08/08/2009" "MySQL" "MySQL Database System" +.TH "\FBMYSQL\-TEST\-RUN\" "1" "10/29/2009" "MySQL" "MySQL Database System" .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- @@ -700,6 +700,9 @@ Specify a file that contains a list of test cases that should be displayed with code rather than [ fail ] if they fail\&. This option was added in MySQL 5\&.1\&.33/6\&.0\&.11\&. +.sp +For an example of a file that might be specified via this option, see +mysql\-test/collections/default\&.experimental\&. .RE .sp .RS 4 @@ -1132,6 +1135,26 @@ not to generate a timing file\&. .sp -1 .IP \(bu 2.3 .\} +.\" mysql-test-run.pl: parallel option +.\" parallel option: mysql-test-run.pl +\fB\-\-parallel={\fR\fB\fIN\fR\fR\fB|auto}\fR +.sp +Run tests using +\fIN\fR +parallel threads\&. By default, 1 thread is used\&. Use +\fB\-\-parallel=auto\fR +for auto\-setting of +\fIN\fR\&. This option was added in MySQL 5\&.1\&.36\&. +.RE +.sp +.RS 4 +.ie n \{\ +\h'-04'\(bu\h'+03'\c +.\} +.el \{\ +.sp -1 +.IP \(bu 2.3 +.\} .\" mysql-test-run.pl: ps-protocol option .\" ps-protocol option: mysql-test-run.pl \fB\-\-ps\-protocol\fR |