mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
cleanup: s/const CHARSET_INFO/CHARSET_INFO/
as CHARSET_INFO is already const, using const on it is redundant and results in compiler warnings (on Windows)
This commit is contained in:
@ -23289,7 +23289,7 @@ void JOIN_TAB::save_explain_data(Explain_table_access *eta, table_map prefix_tab
|
||||
bool distinct, JOIN_TAB *first_top_tab)
|
||||
{
|
||||
int quick_type;
|
||||
const CHARSET_INFO *cs= system_charset_info;
|
||||
CHARSET_INFO *cs= system_charset_info;
|
||||
|
||||
JOIN_TAB *tab= this;
|
||||
THD *thd=join->thd;
|
||||
|
Reference in New Issue
Block a user