fts_is_charset_cjk(): Avoid referencing global symbols
References to global symbols prevent InnoDB from being built as a dynamic plugin on Windows. Refer to CHARSET_INFO::number, because that is what InnoDB is already persistently storing in its data dictionary.
Showing
Please register or sign in to comment