diff --git a/lib/ProxySQL_Admin.cpp b/lib/ProxySQL_Admin.cpp index f9f3778ff..9df34fb75 100644 --- a/lib/ProxySQL_Admin.cpp +++ b/lib/ProxySQL_Admin.cpp @@ -2111,6 +2111,7 @@ bool ProxySQL_Admin::is_command(std::string s) { return true; }; + void ProxySQL_Admin::dump_mysql_collations() { const CHARSET_INFO * c = compiled_charsets; char buf[1024];