Fixing a compilation failure of Windows (introduced in MDEV-21581)

This commit is contained in:
Alexander Barkov 2020-01-28 15:29:05 +04:00
parent f1e13fdc8d
commit a915142f48

View file

@ -794,7 +794,7 @@ struct charset_info_st
const uchar *src, size_t srclen) const const uchar *src, size_t srclen) const
{ {
return (coll->strnxfrm)(this, return (coll->strnxfrm)(this,
dst, dstlen, dstlen, dst, dstlen, (uint) dstlen,
src, srclen, MY_STRXFRM_PAD_WITH_SPACE); src, srclen, MY_STRXFRM_PAD_WITH_SPACE);
} }