summaryrefslogtreecommitdiff
path: root/include/my_getopt.h
diff options
context:
space:
mode:
authorunknown <rburnett@build.mysql.com>2004-08-19 20:26:00 +0200
committerunknown <rburnett@build.mysql.com>2004-08-19 20:26:00 +0200
commitf2ef3d162eaf16bac68b7bc602be83cc7acf4f74 (patch)
tree653fd1f77bc5343170214acd7b93fbf677b540c5 /include/my_getopt.h
parent87bce8540c7c38cb88ce8743b8efcb0a51f53bfe (diff)
downloadmariadb-git-f2ef3d162eaf16bac68b7bc602be83cc7acf4f74.tar.gz
Bug #4466 Nothing in .err when mysql service ends because of malformed my.ini options
my_getopt.c: Moved the inclusion of my_getopt.h down below the inclusion of my_sys.h so that enum loglevel definition would be available my_sys.h, my_getopt.h: moved definition of enum loglevel from my_getopt.h to my_sys.h include/my_getopt.h: moved definition of enum loglevel from my_getopt.h to my_sys.h include/my_sys.h: moved definition of enum loglevel from my_getopt.h to my_sys.h mysys/my_getopt.c: Moved the inclusion of my_getopt.h down below the inclusion of my_sys.h so that enum loglevel definition would be available
Diffstat (limited to 'include/my_getopt.h')
-rw-r--r--include/my_getopt.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/my_getopt.h b/include/my_getopt.h
index f3db2a70a92..f5b847f7dda 100644
--- a/include/my_getopt.h
+++ b/include/my_getopt.h
@@ -53,12 +53,6 @@ struct my_option
extern char *disabled_my_option;
extern my_bool my_getopt_print_errors;
-enum loglevel {
- ERROR_LEVEL,
- WARNING_LEVEL,
- INFORMATION_LEVEL
-};
-
typedef my_bool (* my_get_one_option) (int, const struct my_option *, char * );
typedef void (* my_error_reporter) (enum loglevel level, const char *format, ... );