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
4b9a1a8b
Commit
4b9a1a8b
authored
Jun 09, 2006
by
joerg@trift2.mysql.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge trift2.mysql.com:/M50/bug20303-5.0
into trift2.mysql.com:/M50/mysql-5.0
parents
9b3fdd0b
1cd78f7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
mysql-test/mysql-test-run.pl
mysql-test/mysql-test-run.pl
+13
-0
No files found.
mysql-test/mysql-test-run.pl
View file @
4b9a1a8b
...
@@ -671,6 +671,12 @@ sub command_line_setup () {
...
@@ -671,6 +671,12 @@ sub command_line_setup () {
{
{
push
(
@opt_extra_mysqld_opt
,
$arg
);
push
(
@opt_extra_mysqld_opt
,
$arg
);
}
}
elsif
(
$arg
=~
/^--$/
)
{
# It is an effect of setting 'pass_through' in option processing
# that the lone '--' separating options from arguments survives,
# simply ignore it.
}
elsif
(
$arg
=~
/^-/
)
elsif
(
$arg
=~
/^-/
)
{
{
usage
("
Invalid option
\"
$arg
\"
");
usage
("
Invalid option
\"
$arg
\"
");
...
@@ -3428,6 +3434,13 @@ sub valgrind_arguments {
...
@@ -3428,6 +3434,13 @@ sub valgrind_arguments {
##############################################################################
##############################################################################
sub
usage
($)
{
sub
usage
($)
{
my
$message
=
shift
;
if
(
$message
)
{
print
STDERR
"
$message
\n
";
}
print
STDERR
<<HERE;
print
STDERR
<<HERE;
mysql-test-run [ OPTIONS ] [ TESTCASE ]
mysql-test-run [ OPTIONS ] [ TESTCASE ]
...
...
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