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
44c0053a
Commit
44c0053a
authored
Jun 09, 2006
by
joerg@trift2.mysql.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge trift2.mysql.com:/M41/bug20303-4.1
into trift2.mysql.com:/M41/mysql-4.1
parents
fe018746
a26c9c31
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 @
44c0053a
...
...
@@ -611,6 +611,12 @@ sub command_line_setup () {
{
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
=~
/^-/
)
{
usage
("
Invalid option
\"
$arg
\"
");
...
...
@@ -2461,6 +2467,13 @@ sub valgrind_arguments {
##############################################################################
sub
usage
($)
{
my
$message
=
shift
;
if
(
$message
)
{
print
STDERR
"
$message
\n
";
}
print
STDERR
<<HERE;
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