summaryrefslogtreecommitdiff
path: root/strings/strcoll.inl
diff options
context:
space:
mode:
Diffstat (limited to 'strings/strcoll.inl')
-rw-r--r--strings/strcoll.inl3
1 files changed, 2 insertions, 1 deletions
diff --git a/strings/strcoll.inl b/strings/strcoll.inl
index 50849c06e7d..1a727e23847 100644
--- a/strings/strcoll.inl
+++ b/strings/strcoll.inl
@@ -305,7 +305,8 @@ static int
MY_FUNCTION_NAME(strnncollsp_nchars)(CHARSET_INFO *cs __attribute__((unused)),
const uchar *a, size_t a_length,
const uchar *b, size_t b_length,
- size_t nchars)
+ size_t nchars,
+ uint flags)
{
const uchar *a_end= a + a_length;
const uchar *b_end= b + b_length;