mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
Fixing a compilation failure of Windows (introduced in MDEV-21581)
This commit is contained in:
parent
f1e13fdc8d
commit
a915142f48
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue