1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

MDEV-10052 Illegal mix of collations with DAYNAME(date_field)<>varchar_field

This commit is contained in:
Alexander Barkov
2016-05-10 19:13:06 +04:00
parent 672bbcd741
commit 964c4f070a
4 changed files with 51 additions and 4 deletions

View File

@ -61,6 +61,8 @@ public:
grouping(grouping_par),
errmsgs(errmsgs_par)
{}
uint repertoire() const
{ return is_ascii ? MY_REPERTOIRE_ASCII : MY_REPERTOIRE_EXTENDED; }
};
/* Exported variables */