You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by xu...@apache.org on 2013/11/29 00:40:38 UTC

svn commit: r1546476 - /hive/trunk/metastore/scripts/upgrade/mysql/hive-schema-0.13.0.mysql.sql

Author: xuefu
Date: Thu Nov 28 23:40:37 2013
New Revision: 1546476

URL: http://svn.apache.org/r1546476
Log:
HIVE-5893: hive-schema-0.13.0.mysql.sql contains reference to nonexistent column (Carl via Xuefu)

Modified:
    hive/trunk/metastore/scripts/upgrade/mysql/hive-schema-0.13.0.mysql.sql

Modified: hive/trunk/metastore/scripts/upgrade/mysql/hive-schema-0.13.0.mysql.sql
URL: http://svn.apache.org/viewvc/hive/trunk/metastore/scripts/upgrade/mysql/hive-schema-0.13.0.mysql.sql?rev=1546476&r1=1546475&r2=1546476&view=diff
==============================================================================
--- hive/trunk/metastore/scripts/upgrade/mysql/hive-schema-0.13.0.mysql.sql (original)
+++ hive/trunk/metastore/scripts/upgrade/mysql/hive-schema-0.13.0.mysql.sql Thu Nov 28 23:40:37 2013
@@ -757,7 +757,7 @@ CREATE TABLE IF NOT EXISTS `DELEGATION_T
 CREATE TABLE IF NOT EXISTS `VERSION` (
   `VER_ID` BIGINT NOT NULL,
   `SCHEMA_VERSION` VARCHAR(127) NOT NULL,
-  `COMMENT` VARCHAR(255),
+  `VERSION_COMMENT` VARCHAR(255),
   PRIMARY KEY (`VER_ID`)
 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;