From 4d53f9961c54ae4e186050a0aa8272a216b7e877 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 14 Jan 2004 17:48:38 +0200 Subject: [PATCH] Fixed a non-debug version compilation error and warning. --- client/mysql.cc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/client/mysql.cc b/client/mysql.cc index 46e15ebbbd3..010233b5b6e 100644 --- a/client/mysql.cc +++ b/client/mysql.cc @@ -174,9 +174,7 @@ static CHARSET_INFO *charset_info= &my_charset_latin1; #include "sslopt-vars.h" -#ifndef DBUG_OFF const char *default_dbug_option="d:t:o,/tmp/mysql.trace"; -#endif void tee_fprintf(FILE *file, const char *fmt, ...); void tee_fputs(const char *s, FILE *file); @@ -1559,7 +1557,7 @@ static int com_server_help(String *buffer __attribute__((unused)), init_pager(); char last_char; - int num_name, num_cat; + int num_name= 0, num_cat= 0; LINT_INIT(num_name); LINT_INIT(num_cat);