Fixing an MSVC warning about double "const" data type qualifier
in the code merged from MySQL-5.6: const CHARSET_INFO* -> CHARSET_INFO* (CHARSET_INFO already has the "const" qualifier in MariaDB, inlike in MySQL)
Showing
Please register or sign in to comment