• unknown's avatar
    Bug #4466 Nothing in .err when mysql service ends because of malformed my.ini options · f2ef3d16
    unknown authored
    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
    f2ef3d16
my_getopt.c 22.2 KB