mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
compilation failure on x86
This commit is contained in:
parent
9f0bdda8ab
commit
bab6dab458
1 changed files with 1 additions and 1 deletions
|
@ -887,7 +887,7 @@ my_string_metadata_get_mb(MY_STRING_METADATA *metadata,
|
|||
*/
|
||||
void
|
||||
my_string_metadata_get(MY_STRING_METADATA *metadata,
|
||||
CHARSET_INFO *cs, const char *str, ulong length)
|
||||
CHARSET_INFO *cs, const char *str, size_t length)
|
||||
{
|
||||
if (cs->mbmaxlen == 1 && !(cs->state & MY_CS_NONASCII))
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue