summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormonty@mashka.mysql.fi <>2003-09-11 06:09:34 +0300
committermonty@mashka.mysql.fi <>2003-09-11 06:09:34 +0300
commit223a9667638e320565eabf0a59378473ed96e8ba (patch)
tree0c751d26df07fff8e4fa9ce46ea78480a3b7d532 /include
parent99490870e6fbc26208d044d712e28b1095f0aada (diff)
downloadmariadb-git-223a9667638e320565eabf0a59378473ed96e8ba.tar.gz
Remove not used define (my_strxfrm)
Diffstat (limited to 'include')
-rw-r--r--include/m_ctype.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/m_ctype.h b/include/m_ctype.h
index fc983d1d580..b3e50cec58f 100644
--- a/include/m_ctype.h
+++ b/include/m_ctype.h
@@ -142,7 +142,6 @@ extern const char *compiled_charset_name(uint charset_number);
#define MY_STRXFRM_MULTIPLY (default_charset_info->strxfrm_multiply)
#define my_strnxfrm(s, a, b, c, d) ((s)->strnxfrm((a), (b), (c), (d)))
#define my_strnncoll(s, a, b, c, d) ((s)->strnncoll((a), (b), (c), (d)))
-#define my_strxfrm(s, a, b, c, d) ((s)->strnxfrm((a), (b), (c)))
#define my_strcoll(s, a, b) ((s)->strcoll((a), (b)))
#define my_like_range(s, a, b, c, d, e, f, g, h) \
((s)->like_range((a), (b), (c), (d), (e), (f), (g), (h)))