-
Mohit Joshi authored
Issue: ====== From mysql 5.8 onwards, -DWITH_EXTRA_CHARSETS compile option is removed. Now, the MySQL Server always have all the charsets compiled-in. In case, there is any charset missing the tests should detect it. Fix: ===== This implementation voids the usage of have_<charsets>.inc files to check for the existence of a charset. All the charset check related inc files have been removed along with their inclusion from the test. Reviewed-by:
Magnus Blaudd <magnus.blaudd@oracle.com> Reviewed-by:
Anitha Gopi <anitha.gopi@oracle.com> RB: 11911
Mohit Joshi authoredIssue: ====== From mysql 5.8 onwards, -DWITH_EXTRA_CHARSETS compile option is removed. Now, the MySQL Server always have all the charsets compiled-in. In case, there is any charset missing the tests should detect it. Fix: ===== This implementation voids the usage of have_<charsets>.inc files to check for the existence of a charset. All the charset check related inc files have been removed along with their inclusion from the test. Reviewed-by:
Magnus Blaudd <magnus.blaudd@oracle.com> Reviewed-by:
Anitha Gopi <anitha.gopi@oracle.com> RB: 11911
Loading