diff options
author | Sergei Golubchik <serg@mariadb.org> | 2021-01-05 18:10:04 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2021-01-11 21:54:47 +0100 |
commit | 4c448836d489bd5a25c7509e8a69309c3b0a8e72 (patch) | |
tree | f331f021a3be25331407fedd8e9c4d71bddc787c /sql/sql_plugin.h | |
parent | 9b750dcbd89ecf455211a77348a85464b282abee (diff) | |
download | mariadb-git-4c448836d489bd5a25c7509e8a69309c3b0a8e72.tar.gz |
MDEV-12161 Can't specify collation for virtual columns
sql standard (2016) allows <collate clause> in two places in the
<column definition> - as a part of the <data type> or at the very end.
Let's do that too.
Side effect: in column/SP declaration `COLLATE cs_coll` automatically
implies `CHARACTER SET cs` (unless charset was specified explicitly).
See changes in sp-ucs2.result
Diffstat (limited to 'sql/sql_plugin.h')
0 files changed, 0 insertions, 0 deletions