Repository: hive Updated Branches: refs/heads/master 21ef70bdd -> cdec1b8de
HIVE-15930 : Syntax error in the MySQL metastore schema definition (Deepesh Khandelwal, reviewed by Sergey Shelukhin) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/cdec1b8d Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/cdec1b8d Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/cdec1b8d Branch: refs/heads/master Commit: cdec1b8deb5a0ba9770849c78327ee8db501417d Parents: 21ef70b Author: Sergey Shelukhin <[email protected]> Authored: Wed Feb 15 13:40:07 2017 -0800 Committer: Sergey Shelukhin <[email protected]> Committed: Wed Feb 15 13:40:22 2017 -0800 ---------------------------------------------------------------------- metastore/scripts/upgrade/mysql/hive-schema-2.2.0.mysql.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hive/blob/cdec1b8d/metastore/scripts/upgrade/mysql/hive-schema-2.2.0.mysql.sql ---------------------------------------------------------------------- diff --git a/metastore/scripts/upgrade/mysql/hive-schema-2.2.0.mysql.sql b/metastore/scripts/upgrade/mysql/hive-schema-2.2.0.mysql.sql index f0b9f10..537b191 100644 --- a/metastore/scripts/upgrade/mysql/hive-schema-2.2.0.mysql.sql +++ b/metastore/scripts/upgrade/mysql/hive-schema-2.2.0.mysql.sql @@ -799,7 +799,7 @@ CREATE TABLE IF NOT EXISTS `NOTIFICATION_LOG` `DB_NAME` varchar(128), `TBL_NAME` varchar(128), `MESSAGE` longtext, - `MESSAGE_FORMAT` varchar(16) + `MESSAGE_FORMAT` varchar(16), PRIMARY KEY (`NL_ID`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
