summaryrefslogtreecommitdiff
path: root/strings
diff options
context:
space:
mode:
authorunknown <bar@bar.intranet.mysql.r18.ru>2003-12-24 17:01:48 +0400
committerunknown <bar@bar.intranet.mysql.r18.ru>2003-12-24 17:01:48 +0400
commit02b5c69a9f6fb20068d0ed7df62140b2f9d5097d (patch)
tree6c49fca4866fa6371e5313439bf78a3d533885d9 /strings
parent6f8fbe54adefbf95924f28496e00f897ebbe4e80 (diff)
downloadmariadb-git-02b5c69a9f6fb20068d0ed7df62140b2f9d5097d.tar.gz
ctype-big5.c:
Like did not work in some cases , strings/ctype-big5.c: Like did not work in some cases , BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
Diffstat (limited to 'strings')
-rw-r--r--strings/ctype-big5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/strings/ctype-big5.c b/strings/ctype-big5.c
index 44f8a100897..1f82c844a50 100644
--- a/strings/ctype-big5.c
+++ b/strings/ctype-big5.c
@@ -356,7 +356,7 @@ my_bool my_like_range_big5(const char *ptr,uint ptr_length,pchar escape,
*min_length= (uint) (min_str-min_org);
*max_length= res_length;
do {
- *min_str++ = '\0'; /* Because if key compression */
+ *min_str++ = ' '; /* Because if key compression */
*max_str++ = max_sort_char;
} while (min_str != min_end);
return 0;