1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00
- 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:
Alexander Barkov
2018-05-21 10:16:13 +04:00
committed by Vladislav Vaintroub
parent b73083c57a
commit 7d91d98ac1
4 changed files with 4 additions and 8 deletions

View File

@ -143,7 +143,7 @@ public:
bool convert(THD *thd, const LEX_CSTRING *str, CHARSET_INFO *cs);
bool copy_or_convert(THD *thd, const Lex_ident_cli_st *str, CHARSET_INFO *cs);
bool is_null() const { return str == NULL; }
bool to_size_number(THD *thd, ulonglong *to) const;
bool to_size_number(ulonglong *to) const;
};