summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <bar@mysql.com>2005-07-21 13:10:27 +0500
committerunknown <bar@mysql.com>2005-07-21 13:10:27 +0500
commite9687c1025b2bdb11790b333e56e9332272fcf31 (patch)
tree175c58ffc89e373d0452effe9d704fe4187300d7
parent31ebc6ef71afaf4605ab5d00ddaf8d548683212d (diff)
downloadmariadb-git-e9687c1025b2bdb11790b333e56e9332272fcf31.tar.gz
ctype-cp932.c:
After backporting from 5.0 fix. There is no an extra argument in 4.1. strings/ctype-cp932.c: After backporting from 5.0 fix. There is no an extra argument in 4.1.
-rw-r--r--strings/ctype-cp932.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/strings/ctype-cp932.c b/strings/ctype-cp932.c
index 377b5aa9871..c77ce858dff 100644
--- a/strings/ctype-cp932.c
+++ b/strings/ctype-cp932.c
@@ -244,9 +244,7 @@ static int my_strnncoll_cp932(CHARSET_INFO *cs __attribute__((unused)),
static int my_strnncollsp_cp932(CHARSET_INFO *cs __attribute__((unused)),
const uchar *a, uint a_length,
- const uchar *b, uint b_length,
- my_bool diff_if_only_endspace_difference
- __attribute__((unused)))
+ const uchar *b, uint b_length)
{
const uchar *a_end= a + a_length;
const uchar *b_end= b + b_length;