mariadb/mysql-test/suite/gcol
Sergei Golubchik 4c448836d4 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
2021-01-11 21:54:47 +01:00
..
inc MDEV-12161 Can't specify collation for virtual columns 2021-01-11 21:54:47 +01:00
r MDEV-12161 Can't specify collation for virtual columns 2021-01-11 21:54:47 +01:00
t MDEV-24041 Generated column DELETE with FOREIGN KEY crash InnoDB 2020-12-18 20:17:45 +10:00