mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 07:45:44 +00:00
Merge 10.5 into 10.6
This commit is contained in:
@ -213,7 +213,8 @@ static int
|
||||
my_strnncollsp_nchars_simple(CHARSET_INFO * cs,
|
||||
const uchar *a, size_t a_length,
|
||||
const uchar *b, size_t b_length,
|
||||
size_t nchars)
|
||||
size_t nchars,
|
||||
uint flags)
|
||||
{
|
||||
set_if_smaller(a_length, nchars);
|
||||
set_if_smaller(b_length, nchars);
|
||||
|
Reference in New Issue
Block a user