summaryrefslogtreecommitdiff
path: root/strings/ctype-cp932.c
diff options
context:
space:
mode:
authorunknown <elliot@mysql.com>2005-08-19 18:17:54 -0400
committerunknown <elliot@mysql.com>2005-08-19 18:17:54 -0400
commit89165fbce3cc57410a89cc80bc7ee430a8b773f7 (patch)
tree15854f5f51df5ed07e6bbb6b08bc352ab998ffbc /strings/ctype-cp932.c
parent585b67ae4ea061b9f61f1698f668147dc041f761 (diff)
downloadmariadb-git-89165fbce3cc57410a89cc80bc7ee430a8b773f7.tar.gz
Fix wrong auto-merge.
strings/ctype-cp932.c: Fixes from merge strings/ctype-eucjpms.c: Fixes from wrong auto-merge
Diffstat (limited to 'strings/ctype-cp932.c')
-rw-r--r--strings/ctype-cp932.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/strings/ctype-cp932.c b/strings/ctype-cp932.c
index f62cf2db599..b5f36c030bd 100644
--- a/strings/ctype-cp932.c
+++ b/strings/ctype-cp932.c
@@ -5522,6 +5522,7 @@ CHARSET_INFO my_charset_cp932_japanese_ci=
2, /* mbmaxlen */
0, /* min_sort_char */
255, /* max_sort_char */
+ 1, /* escape_with_backslash_is_dangerous */
&my_charset_handler,
&my_collation_ci_handler
};
@@ -5552,6 +5553,7 @@ CHARSET_INFO my_charset_cp932_bin=
2, /* mbmaxlen */
0, /* min_sort_char */
255, /* max_sort_char */
+ 1, /* escape_with_backslash_is_dangerous */
&my_charset_handler,
&my_collation_mb_bin_handler
};