diff options
author | Sergey Glukhov <Sergey.Glukhov@sun.com> | 2008-12-24 19:01:41 +0400 |
---|---|---|
committer | Sergey Glukhov <Sergey.Glukhov@sun.com> | 2008-12-24 19:01:41 +0400 |
commit | 65c3d37111c510f544196c6d57b46674a80ef6d7 (patch) | |
tree | b3ccb092236f6c644c1130371e0aa7ba963fbe5d /mysql-test/t/lowercase_utf8-master.opt | |
parent | 4794f463b6e4b14eea3656df14753ab23611afaf (diff) | |
download | mariadb-git-65c3d37111c510f544196c6d57b46674a80ef6d7.tar.gz |
Bug#25830 SHOW TABLE STATUS behaves differently depending on table name
replace wild_case_compare with my_wildcmp which is multibyte safe function
mysql-test/r/lowercase_utf8.result:
test result
mysql-test/t/lowercase_utf8-master.opt:
test case
mysql-test/t/lowercase_utf8.test:
test case
sql/sql_show.cc:
replace wild_case_compare with my_wildcmp which is multibyte safe function
Diffstat (limited to 'mysql-test/t/lowercase_utf8-master.opt')
-rw-r--r-- | mysql-test/t/lowercase_utf8-master.opt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/t/lowercase_utf8-master.opt b/mysql-test/t/lowercase_utf8-master.opt new file mode 100644 index 00000000000..1b70aa33023 --- /dev/null +++ b/mysql-test/t/lowercase_utf8-master.opt @@ -0,0 +1,4 @@ +--lower-case-table-names=1 --character-set-server=utf8 + + + |