1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

mysql-test/mysql-test-run.pl : Output the usage error if one is given. (Found when fixing bug#20303)

This commit is contained in:
joerg@mysql.com
2006-06-08 19:55:22 +02:00
parent 5091df1333
commit a26c9c31a1

View File

@ -2459,6 +2459,13 @@ sub valgrind_arguments {
##############################################################################
sub usage ($) {
my $message= shift;
if ( $message )
{
print STDERR "$message \n";
}
print STDERR <<HERE;
mysql-test-run [ OPTIONS ] [ TESTCASE ]