mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
5.5.38 merge
This commit is contained in:
@ -343,6 +343,9 @@ public:
|
||||
static bool needs_conversion(uint32 arg_length,
|
||||
CHARSET_INFO *cs_from, CHARSET_INFO *cs_to,
|
||||
uint32 *offset);
|
||||
static bool needs_conversion_on_storage(uint32 arg_length,
|
||||
CHARSET_INFO *cs_from,
|
||||
CHARSET_INFO *cs_to);
|
||||
bool copy_aligned(const char *s, uint32 arg_length, uint32 offset,
|
||||
CHARSET_INFO *cs);
|
||||
bool set_or_copy_aligned(const char *s, uint32 arg_length, CHARSET_INFO *cs);
|
||||
|
Reference in New Issue
Block a user