summaryrefslogtreecommitdiff
path: root/mysys
diff options
context:
space:
mode:
authorunknown <rburnett@build.mysql.com>2004-08-19 17:56:32 +0200
committerunknown <rburnett@build.mysql.com>2004-08-19 17:56:32 +0200
commit87bce8540c7c38cb88ce8743b8efcb0a51f53bfe (patch)
treedc86eb2a0ba9c9a67da1e9197b8bf2d4ca70403a /mysys
parent4736e7d4bdcde029923518826db33da6a38a6c01 (diff)
downloadmariadb-git-87bce8540c7c38cb88ce8743b8efcb0a51f53bfe.tar.gz
Bug #4466 Nothing in .err when mysql service ends because of malformed my.ini options
mysqld.cc: Changed LOGLEVEL enum to loglevel mysql_priv.h, log.cc: Changed LOGLEVEL to loglevel. Removed startup_ from some of the DBUG_ENTER macros. Removed the print_msg_to_log function as it was unused. my_getopt.c, my_getopt.h: Renamed LOGLEVEL to loglevel to match coding standards include/my_getopt.h: Renamed LOGLEVEL to loglevel to match coding standards mysys/my_getopt.c: Renamed LOGLEVEL to loglevel to match coding standards sql/log.cc: Changed LOGLEVEL to loglevel. Removed startup_ from some of the DBUG_ENTER macros. Removed the print_msg_to_log function as it was unused. sql/mysql_priv.h: Changed LOGLEVEL to loglevel. Removed startup_ from some of the DBUG_ENTER macros. Removed the print_msg_to_log function as it was unused. sql/mysqld.cc: Changed LOGLEVEL enum to loglevel
Diffstat (limited to 'mysys')
-rw-r--r--mysys/my_getopt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/my_getopt.c b/mysys/my_getopt.c
index 4bb9a79e299..91671fcff5b 100644
--- a/mysys/my_getopt.c
+++ b/mysys/my_getopt.c
@@ -56,7 +56,7 @@ char *disabled_my_option= (char*) "0";
my_bool my_getopt_print_errors= 1;
-void default_reporter( enum LOGLEVEL level, const char *format, ... )
+void default_reporter( enum loglevel level, const char *format, ... )
{
va_list args;
va_start( args, format );