Commit 4f0935c4 authored by unknown's avatar unknown

Merge mysql.com:/M41/bug20303-4.1 into mysql.com:/M50/bug20303-5.0


mysql-test/mysql-test-run.pl:
  Auto merged
parents 4f192a1e f32d05f5
...@@ -3434,6 +3434,13 @@ sub valgrind_arguments { ...@@ -3434,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 ]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment