1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

MDEV-14573: Upgrade from previous versions is broken for procedures

This commit is contained in:
Varun Gupta
2017-12-12 12:09:52 +05:30
parent 70d6c944cb
commit 62eaf7b657
3 changed files with 6 additions and 0 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
#