• unknown's avatar
    Bug#8349 myisamchk: --set-charset does not work · 158b210d
    unknown authored
    What we need to be able to set in myisamchk is
    actually a collation, not a character set. This
    fix just changes to display the proper error message. 
    
    
    include/mysys_err.h:
      New mysys error message "unknown collation".
    mysys/charset.c:
      Display more proper error when a collation is not found.
    mysys/errors.c:
      New "unknown collation" error.
    158b210d
myisamchk.c 58.7 KB