From 8a2daeac77951b6f97bfbfbd3db3995cae37b4c3 Mon Sep 17 00:00:00 2001 From: "monty@hundin.mysql.fi" <> Date: Thu, 27 Jun 2002 11:27:04 +0300 Subject: 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. --- myisam/myisampack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'myisam/myisampack.c') 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"); -- cgit v1.2.1