summaryrefslogtreecommitdiff
path: root/strings/ctype-big5.c
diff options
context:
space:
mode:
authorunknown <tsmith@maint1.mysql.com>2007-06-21 20:55:37 +0200
committerunknown <tsmith@maint1.mysql.com>2007-06-21 20:55:37 +0200
commit2da92ead65f1bf6189e556d42fe9a11108ef343e (patch)
tree9396a2750231f593b88b423264adf6f3b7ba6af9 /strings/ctype-big5.c
parenta1c0a4b45d5d60322e8615ae7407e90cfcebb576 (diff)
parent8ddf61d382cf98ab8adc23c04c0aced95bc4f4ef (diff)
downloadmariadb-git-2da92ead65f1bf6189e556d42fe9a11108ef343e.tar.gz
Merge maint1.mysql.com:/data/localhome/tsmith/bk/maint/50
into maint1.mysql.com:/data/localhome/tsmith/bk/maint/51 configure.in: Auto merged include/m_ctype.h: Auto merged mysql-test/Makefile.am: Auto merged mysql-test/t/innodb.test: Auto merged mysys/charset-def.c: Auto merged mysys/charset.c: Auto merged sql/log_event.cc: Auto merged sql/sql_acl.cc: Auto merged sql/sql_class.cc: Auto merged strings/ctype-big5.c: Auto merged strings/ctype-gbk.c: Auto merged strings/ctype-sjis.c: Auto merged strings/ctype-uca.c: Auto merged strings/ctype.c: Auto merged mysql-test/r/innodb.result: Manual merge mysql-test/r/multi_update.result: Manual merge mysql-test/t/multi_update.test: Manual merge sql/sql_update.cc: SCCS merged
Diffstat (limited to 'strings/ctype-big5.c')
-rw-r--r--strings/ctype-big5.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/strings/ctype-big5.c b/strings/ctype-big5.c
index a0571ff0b22..7bb811a3064 100644
--- a/strings/ctype-big5.c
+++ b/strings/ctype-big5.c
@@ -6402,7 +6402,7 @@ CHARSET_INFO my_charset_big5_chinese_ci=
0, /* min_sort_char */
255, /* max_sort_char */
' ', /* pad char */
- 0, /* escape_with_backslash_is_dangerous */
+ 1, /* escape_with_backslash_is_dangerous */
&my_charset_big5_handler,
&my_collation_big5_chinese_ci_handler
};
@@ -6435,7 +6435,7 @@ CHARSET_INFO my_charset_big5_bin=
0, /* min_sort_char */
255, /* max_sort_char */
' ', /* pad char */
- 0, /* escape_with_backslash_is_dangerous */
+ 1, /* escape_with_backslash_is_dangerous */
&my_charset_big5_handler,
&my_collation_mb_bin_handler
};