Skip to content
Permalink
Browse files
Fixing a compilation failure of Windows (introduced in MDEV-21581)
  • Loading branch information
abarkov committed Jan 28, 2020
1 parent f1e13fd commit a915142
Showing 1 changed file with 1 addition and 1 deletion.
@@ -794,7 +794,7 @@ struct charset_info_st
const uchar *src, size_t srclen) const
{
return (coll->strnxfrm)(this,
dst, dstlen, dstlen,
dst, dstlen, (uint) dstlen,
src, srclen, MY_STRXFRM_PAD_WITH_SPACE);
}

0 comments on commit a915142

Please sign in to comment.