Commit a915142f authored by Alexander Barkov's avatar Alexander Barkov

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

parent f1e13fdc
...@@ -794,7 +794,7 @@ struct charset_info_st ...@@ -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);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment