• unknown's avatar
    Fixed a bug in my_getopt. · b9c0c417
    unknown authored
    
    mysys/my_getopt.c:
      Fixed two bugs in my_getopt:
      - Didn't exit with error if a short option was not recognized. Fixed.
      - If unrecognized short option was not the first one in the list,
        printed "unknown option" error for wrong option. Fixed.
    b9c0c417
my_getopt.c 20.5 KB