Alan Gates created HIVE-6855:
--------------------------------
Summary: A couple of errors in MySQL db creation script for
transaction tables
Key: HIVE-6855
URL: https://issues.apache.org/jira/browse/HIVE-6855
Project: Hive
Issue Type: Bug
Components: Metastore
Affects Versions: 0.13.0
Reporter: Alan Gates
Assignee: Alan Gates
There are a few small issues in the database creation scripts for mysql. A
couple of the tables don't set the engine to InnoDB. None of the tables set
default character set to latin1. And the syntax "CREATE INDEX...USING HASH"
doesn't work on older versions of MySQL. Instead the index creation should be
done without specifying a method (no USING clause).
--
This message was sent by Atlassian JIRA
(v6.2#6252)