Repository: hive Updated Branches: refs/heads/master 501ab99ff -> adca6875c
HIVE-13395 (addendum2) Lost Update problem in ACID (Eugene Koifman, reviewed by Prasanth Jayachandran) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/adca6875 Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/adca6875 Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/adca6875 Branch: refs/heads/master Commit: adca6875ca144fb0b5a701d350ac6ff1ec07562b Parents: 501ab99 Author: Eugene Koifman <[email protected]> Authored: Mon May 9 18:33:36 2016 -0700 Committer: Eugene Koifman <[email protected]> Committed: Mon May 9 18:33:36 2016 -0700 ---------------------------------------------------------------------- metastore/scripts/upgrade/mysql/upgrade-2.0.0-to-2.1.0.mysql.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hive/blob/adca6875/metastore/scripts/upgrade/mysql/upgrade-2.0.0-to-2.1.0.mysql.sql ---------------------------------------------------------------------- diff --git a/metastore/scripts/upgrade/mysql/upgrade-2.0.0-to-2.1.0.mysql.sql b/metastore/scripts/upgrade/mysql/upgrade-2.0.0-to-2.1.0.mysql.sql index ddc17d8..57191cc 100644 --- a/metastore/scripts/upgrade/mysql/upgrade-2.0.0-to-2.1.0.mysql.sql +++ b/metastore/scripts/upgrade/mysql/upgrade-2.0.0-to-2.1.0.mysql.sql @@ -1,7 +1,7 @@ SELECT 'Upgrading MetaStore schema from 2.0.0 to 2.1.0' AS ' '; SOURCE 034-HIVE-13076.mysql.sql; -SOURCE 035-HIVE-12295.mysql.sql; +SOURCE 035-HIVE-13395.mysql.sql; UPDATE VERSION SET SCHEMA_VERSION='2.1.0', VERSION_COMMENT='Hive release version 2.1.0' where VER_ID=1; SELECT 'Finished upgrading MetaStore schema from 2.0.0 to 2.1.0' AS ' ';
