You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ng...@apache.org on 2017/05/26 19:31:48 UTC

hive git commit: HIVE-16745 Syntax error in mysql patch script for HIVE-16556

Repository: hive
Updated Branches:
  refs/heads/master bd3889e9f -> 573a1815f


HIVE-16745 Syntax error in mysql patch script for HIVE-16556


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/573a1815
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/573a1815
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/573a1815

Branch: refs/heads/master
Commit: 573a1815fa78cb7759b217adad99a123fbcf4710
Parents: bd3889e
Author: Naveen Gangam <ng...@apache.org>
Authored: Fri May 26 15:15:12 2017 -0400
Committer: Naveen Gangam <ng...@apache.org>
Committed: Fri May 26 15:15:12 2017 -0400

----------------------------------------------------------------------
 metastore/scripts/upgrade/mysql/041-HIVE-16556.mysql.sql | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/573a1815/metastore/scripts/upgrade/mysql/041-HIVE-16556.mysql.sql
----------------------------------------------------------------------
diff --git a/metastore/scripts/upgrade/mysql/041-HIVE-16556.mysql.sql b/metastore/scripts/upgrade/mysql/041-HIVE-16556.mysql.sql
index f8b97bb..848d546 100644
--- a/metastore/scripts/upgrade/mysql/041-HIVE-16556.mysql.sql
+++ b/metastore/scripts/upgrade/mysql/041-HIVE-16556.mysql.sql
@@ -5,5 +5,5 @@ CREATE TABLE IF NOT EXISTS `METASTORE_DB_PROPERTIES` (
   `PROPERTY_KEY` varchar(255) NOT NULL,
   `PROPERTY_VALUE` varchar(1000) NOT NULL,
   `DESCRIPTION` varchar(1000),
- PRIMARY KEY(`PROPERTY_KEY`),
+ PRIMARY KEY(`PROPERTY_KEY`)
 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;