mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02: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:
parent
0d30423900
commit
2ae7541bcf
20 changed files with 33 additions and 34 deletions
|
|
@ -1709,7 +1709,7 @@ MY_UNICASE_INFO my_caseinfo_cp932=
|
|||
my_caseinfo_pages_cp932
|
||||
};
|
||||
|
||||
static int my_strnncoll_cp932_internal(const CHARSET_INFO *cs,
|
||||
static int my_strnncoll_cp932_internal(CHARSET_INFO *cs,
|
||||
const uchar **a_res, size_t a_length,
|
||||
const uchar **b_res, size_t b_length)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue