You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When there are no "charset" files, nothing has been generated although
we intended to at least generate "utf8". The check for the number of
generated candidates should be performed after generating "utf8". The
wrong check has been introduced in commit 08dd2cd.
Originally, we have been performing the pathname expansions without
adjusting "nullglob", so the pattern "/usr/share/mysql/charsets/*.xml"
has been directly strayed into the array "charsets" unless "nullgob"
is set. Then the check has been always passed when "nullglob" is not
set, which is the reason that we have been missing the problem until
now.
0 commit comments