summaryrefslogtreecommitdiff
path: root/myisam/myisampack.c
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2002-06-27 11:27:04 +0300
committermonty@hundin.mysql.fi <>2002-06-27 11:27:04 +0300
commit8a2daeac77951b6f97bfbfbd3db3995cae37b4c3 (patch)
tree857f8b9d553911f4937bee644ea5d2c3606e8e58 /myisam/myisampack.c
parent12f9623b62e5418028b88d2c3112e5d8b40ed747 (diff)
downloadmariadb-git-8a2daeac77951b6f97bfbfbd3db3995cae37b4c3.tar.gz
Removed mysql_ssl_clear()
Added statistics information for alarms (for bug tracking) Don't store "incomplete" in the xxx.cfg file if we are not using --restart. (Crash-me) Enlarged STACK_BUF_ALLOC becasue of failed crash-me test Aded new script mysql_tableinfo to make a system directory.
Diffstat (limited to 'myisam/myisampack.c')
-rw-r--r--myisam/myisampack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/myisam/myisampack.c b/myisam/myisampack.c
index 0064b50348f..b7dd788821a 100644
--- a/myisam/myisampack.c
+++ b/myisam/myisampack.c
@@ -275,7 +275,7 @@ static void print_version(void)
static void usage(void)
{
print_version();
- puts("Copyright (C) 2000 MySQL AB & MySQL Finland AB & TCX DataKonsult AB");
+ puts("Copyright (C) 2002 MySQL AB");
puts("This software comes with ABSOLUTELY NO WARRANTY. This is free software,");
puts("and you are welcome to modify and redistribute it under the GPL license\n");