diff options
author | unknown <monty@donna.mysql.fi> | 2001-04-18 02:53:21 +0300 |
---|---|---|
committer | unknown <monty@donna.mysql.fi> | 2001-04-18 02:53:21 +0300 |
commit | 583160afe2a741c70f65f71b6b9cc47516e8b595 (patch) | |
tree | e6bcb6e78efce750d0d73893bab34d46e63d19c7 /scripts | |
parent | c8f1969e2e2e93b8aaee2998134bb53df92b7d94 (diff) | |
download | mariadb-git-583160afe2a741c70f65f71b6b9cc47516e8b595.tar.gz |
Don't force conf_to_src to be static an all systems
Removed unpredictable test from rpl000001.test
Docs/manual.texi:
Added some information about table locks
libmysql/Makefile.shared:
Don't force conf_to_src to be static an all systems
mysql-test/r/rpl000001.result:
Removed unpredictable test
mysql-test/t/rpl000001.test:
Removed unpredictable test
scripts/mysql_zap.sh:
Added --help
strings/ctype-ujis.c:
Removed warnings
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/mysql_zap.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/mysql_zap.sh b/scripts/mysql_zap.sh index b94bbb80ca7..312d15e34d6 100644 --- a/scripts/mysql_zap.sh +++ b/scripts/mysql_zap.sh @@ -36,7 +36,7 @@ while ($#ARGV >= $[ && $ARGV[0] =~ /^-/) { { $opt_a = 1; } - elsif ($ARGV[0] eq "-?" || $ARGV[0] eq "-I") + elsif ($ARGV[0] eq "-?" || $ARGV[0] eq "-I" || $ARGV[0] eq "--help") { &usage; } @@ -107,7 +107,7 @@ EOF sub usage { print <<EOF; -Usage: $0 [-signal] [-?Ift] pattern +Usage: $0 [-signal] [-?Ift] [--help] pattern Options: -I or -? "info" -f "force" -t "test". Version 1.0 |