mirror of
https://github.com/MariaDB/server.git
synced 2026-05-02 05:05:33 +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
|
|
@ -3041,7 +3041,7 @@ String *Item_func_space::val_str(String *str)
|
|||
{
|
||||
uint tot_length;
|
||||
longlong count= args[0]->val_int();
|
||||
const CHARSET_INFO *cs= collation.collation;
|
||||
CHARSET_INFO *cs= collation.collation;
|
||||
|
||||
if (args[0]->null_value)
|
||||
goto err; // string and/or delim are null
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue