You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ha...@apache.org on 2014/03/09 03:36:47 UTC

svn commit: r1575648 - in /hive/trunk/metastore/scripts/upgrade/mysql: hive-schema-0.13.0.mysql.sql hive-schema-0.14.0.mysql.sql

Author: hashutosh
Date: Sun Mar  9 02:36:47 2014
New Revision: 1575648

URL: http://svn.apache.org/r1575648
Log:
HIVE-6583 : wrong sql comments : ----... instead of -- ---... (Pierre Nerzic via Ashutosh Chauhan)

Modified:
    hive/trunk/metastore/scripts/upgrade/mysql/hive-schema-0.13.0.mysql.sql
    hive/trunk/metastore/scripts/upgrade/mysql/hive-schema-0.14.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=1575648&r1=1575647&r2=1575648&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 Sun Mar  9 02:36:47 2014
@@ -796,9 +796,9 @@ CREATE TABLE IF NOT EXISTS `FUNC_RU` (
 
 INSERT INTO VERSION (VER_ID, SCHEMA_VERSION, VERSION_COMMENT) VALUES (1, '0.13.0', 'Hive release version 0.13.0');
 
-------------------------------
+-- ----------------------------
 -- Transaction and Lock Tables
-------------------------------
+-- ----------------------------
 SOURCE hive-txn-schema-0.13.0.mysql.sql;
 
 /*!40101 SET character_set_client = @saved_cs_client */;

Modified: hive/trunk/metastore/scripts/upgrade/mysql/hive-schema-0.14.0.mysql.sql
URL: http://svn.apache.org/viewvc/hive/trunk/metastore/scripts/upgrade/mysql/hive-schema-0.14.0.mysql.sql?rev=1575648&r1=1575647&r2=1575648&view=diff
==============================================================================
--- hive/trunk/metastore/scripts/upgrade/mysql/hive-schema-0.14.0.mysql.sql (original)
+++ hive/trunk/metastore/scripts/upgrade/mysql/hive-schema-0.14.0.mysql.sql Sun Mar  9 02:36:47 2014
@@ -796,9 +796,9 @@ CREATE TABLE IF NOT EXISTS `FUNC_RU` (
 
 INSERT INTO VERSION (VER_ID, SCHEMA_VERSION, VERSION_COMMENT) VALUES (1, '0.14.0', 'Hive release version 0.14.0');
 
-------------------------------
+-- ----------------------------
 -- Transaction and Lock Tables
-------------------------------
+-- ----------------------------
 SOURCE hive-txn-schema-0.13.0.mysql.sql;
 
 /*!40101 SET character_set_client = @saved_cs_client */;