diff options
author | Varun Gupta <varunraiko1803@gmail.com> | 2017-11-23 12:36:53 +0200 |
---|---|---|
committer | Varun Gupta <varunraiko1803@gmail.com> | 2017-11-23 15:23:27 +0200 |
commit | e585ddf3759c15a723c1238cb6dc0ce096d2dc9e (patch) | |
tree | 0295c7df454811f011d8068850c2e050eb1d25df /mysql-test/r/system_mysql_db.result | |
parent | dbb994cce1992de4fc4591dfd64c8989feb281af (diff) | |
download | mariadb-git-aggregagte_functions.tar.gz |
Updated tests and result filesaggregagte_functions
Diffstat (limited to 'mysql-test/r/system_mysql_db.result')
-rw-r--r-- | mysql-test/r/system_mysql_db.result | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/system_mysql_db.result b/mysql-test/r/system_mysql_db.result index 7ba77e60e42..5672d5bd2e0 100644 --- a/mysql-test/r/system_mysql_db.result +++ b/mysql-test/r/system_mysql_db.result @@ -220,6 +220,7 @@ proc CREATE TABLE `proc` ( `collation_connection` char(32) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL, `db_collation` char(32) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL, `body_utf8` longblob DEFAULT NULL, + `aggregate` enum('NONE','GROUP','WINDOW') NOT NULL DEFAULT 'NONE', PRIMARY KEY (`db`,`name`,`type`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Stored Procedures' show create table event; |