1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

System Versioning 1.0 pre4

Merge branch '10.3' into trunk
This commit is contained in:
Eugene Kosov
2017-12-14 16:01:05 +03:00
committed by Aleksey Midenkov
159 changed files with 1967 additions and 1068 deletions

View File

@@ -519,6 +519,10 @@ ALTER TABLE proc MODIFY body_utf8 longblob DEFAULT NULL;
ALTER TABLE proc MODIFY comment
text collate utf8_bin NOT NULL;
# MDEV-7773: Stored Aggregate Functions
ALTER TABLE proc ADD aggregate enum('NONE', 'GROUP') DEFAULT 'NONE' NOT NULL
AFTER body_utf8;
#
# EVENT privilege
#