~ubuntu-branches/ubuntu/maverick/mysql-5.1/maverick-proposed

« back to all changes in this revision

Viewing changes to man/mysqltest.1

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2012-02-22 14:16:05 UTC
  • mto: This revision was merged to the branch mainline in revision 20.
  • Revision ID: package-import@ubuntu.com-20120222141605-nxlu9yzc6attylc2
Tags: upstream-5.1.61
ImportĀ upstreamĀ versionĀ 5.1.61

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
.\"     Title: \fBmysqltest\fR
3
3
.\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4
4
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
5
 
.\"      Date: 07/02/2010
 
5
.\"      Date: 12/13/2011
6
6
.\"    Manual: MySQL Database System
7
7
.\"    Source: MySQL
8
8
.\"  Language: English
9
9
.\"
10
 
.TH "\FBMYSQLTEST\FR" "1" "07/02/2010" "MySQL" "MySQL Database System"
 
10
.TH "\FBMYSQLTEST\FR" "1" "12/13/2011" "MySQL" "MySQL Database System"
11
11
.\" -----------------------------------------------------------------
12
12
.\" * set default formatting
13
13
.\" -----------------------------------------------------------------
35
35
\fBmysqltest\fR
36
36
program runs a test case against a MySQL server and optionally compares the output with a result file\&. This program reads input written in a special test language\&. Typically, you invoke
37
37
\fBmysqltest\fR
38
 
via
 
38
using
39
39
\fBmysql\-test\-run\&.pl\fR
40
40
rather than invoking it directly\&.
41
41
.PP
400
400
.sp -1
401
401
.IP \(bu 2.3
402
402
.\}
 
403
.\" mysqltest: plugin-dir option
 
404
.\" plugin-dir option: mysqltest
 
405
\fB\-\-plugin\-dir=\fR\fB\fIpath\fR\fR
 
406
.sp
 
407
The directory in which to look for plugins\&. It may be necessary to specify this option if the
 
408
\fIdefault_auth\fR
 
409
argument is used for the
 
410
connect()
 
411
command to specify an authentication plugin but
 
412
\fBmysqltest\fR
 
413
does not find it\&. This option was added in MySQL 5\&.5\&.7\&.
 
414
.RE
 
415
.sp
 
416
.RS 4
 
417
.ie n \{\
 
418
\h'-04'\(bu\h'+03'\c
 
419
.\}
 
420
.el \{\
 
421
.sp -1
 
422
.IP \(bu 2.3
 
423
.\}
403
424
.\" mysqltest: password option
404
425
.\" password option: mysqltest
405
426
\fB\-\-password[=\fR\fB\fIpassword\fR\fR\fB]\fR,
440
461
.sp -1
441
462
.IP \(bu 2.3
442
463
.\}
 
464
.\" mysqltest: protocol option
 
465
.\" protocol option: mysqltest
 
466
\fB\-\-protocol=\fR\fB{TCP|SOCKET|PIPE|MEMORY}\fR
 
467
.sp
 
468
Choose the protocol for communication with the server\&.
 
469
SOCKET
 
470
is default\&.
 
471
.sp
 
472
The
 
473
\fB\-\-protocol\fR
 
474
option is available from MySQL 5\&.1\&.51\&. It is ignored if running with the embedded server\&.
 
475
.RE
 
476
.sp
 
477
.RS 4
 
478
.ie n \{\
 
479
\h'-04'\(bu\h'+03'\c
 
480
.\}
 
481
.el \{\
 
482
.sp -1
 
483
.IP \(bu 2.3
 
484
.\}
443
485
.\" mysqltest: ps-protocol option
444
486
.\" ps-protocol option: mysqltest
445
487
\fB\-\-ps\-protocol\fR
829
871
.SH "COPYRIGHT"
830
872
.br
831
873
.PP
832
 
Copyright \(co 2007, 2010, Oracle and/or its affiliates. All rights reserved.
 
874
Copyright \(co 2007, 2011, Oracle and/or its affiliates. All rights reserved.
833
875
.PP
834
876
This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
835
877
.PP