diff options
author | Alexander Barkov <bar@mnogosearch.org> | 2013-10-15 13:39:44 +0400 |
---|---|---|
committer | Alexander Barkov <bar@mnogosearch.org> | 2013-10-15 13:39:44 +0400 |
commit | ce069b1f6b3847309b06e548adf23fa0c7238336 (patch) | |
tree | c65a8382f7b2bc68502871e4c93d9e52e02bd553 /sql/my_apc.cc | |
parent | a9240dce9e2f32941611b4f1a52e3b30a1508fc2 (diff) | |
download | mariadb-git-ce069b1f6b3847309b06e548adf23fa0c7238336.tar.gz |
A follow-up for WL#5624: Collation customization improvements
The reasons for failures to initialize a user collation defined
in Index.xml are now correctly reported
(in SHOW WARNINGS and in the server error log) if the COLLATE clause
is used with an expression, e.g.:
SELECT <exrp> COLLATE <collation name> FROM t1;
Previously, the failure reasons were reported only by COLLATE clauses
in SET NAMES and in DDL statements, e.g.:
SET NAMES utf8 COLLATE utf8_xxx_ci;
CREATE TABLE t1 (a VARCHAR(1) CHARACTER SET utf8 COLLATE utf8_xxx_ci);
Diffstat (limited to 'sql/my_apc.cc')
0 files changed, 0 insertions, 0 deletions