Index: metastore/scripts/upgrade/mysql/hive-schema-0.13.0.mysql.sql =================================================================== --- metastore/scripts/upgrade/mysql/hive-schema-0.13.0.mysql.sql (révision 1575221) +++ metastore/scripts/upgrade/mysql/hive-schema-0.13.0.mysql.sql (copie de travail) @@ -796,9 +796,9 @@ INSERT INTO VERSION (VER_ID, SCHEMA_VERSION, VERSION_COMMENT) VALUES (1, '0.12.0', 'Hive release version 0.12.0'); ------------------------------- +-- ---------------------------- -- Transaction and Lock Tables ------------------------------- +-- ---------------------------- SOURCE hive-txn-schema-0.13.0.mysql.sql; /*!40101 SET character_set_client = @saved_cs_client */;