mirror of
https://github.com/MariaDB/server.git
synced 2025-11-27 05:41:41 +03:00
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
3.3 KiB
3.3 KiB