mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
A cleanup for MDEV-8844: Fixing compilation failure on Windows
Fixing lossy type conversions: - from int64 to int - from size_t to uint
This commit is contained in:
@ -531,7 +531,7 @@ public:
|
||||
*/
|
||||
bool copy_printable_hhhh(CHARSET_INFO *to_cs,
|
||||
CHARSET_INFO *from_cs,
|
||||
const char *from, uint32 from_length);
|
||||
const char *from, size_t from_length);
|
||||
|
||||
bool append_ulonglong(ulonglong val);
|
||||
bool append_longlong(longlong val);
|
||||
|
Reference in New Issue
Block a user