mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
A cleanup for 2a33d248e0
- Removing the unused "THD*" paramer from Lex_ident_sys_st::to_size_number() - Removing redundant #include for "sql_tvc.h" and "vers_utils.h"
This commit is contained in:
committed by
Vladislav Vaintroub
parent
b73083c57a
commit
7d91d98ac1
@ -7980,7 +7980,7 @@ bool Lex_ident_sys_st::convert(THD *thd,
|
||||
}
|
||||
|
||||
|
||||
bool Lex_ident_sys_st::to_size_number(THD *thd, ulonglong *to) const
|
||||
bool Lex_ident_sys_st::to_size_number(ulonglong *to) const
|
||||
{
|
||||
ulonglong number;
|
||||
uint text_shift_number= 0;
|
||||
|
Reference in New Issue
Block a user