You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafodion.apache.org by "Alice Chen (JIRA)" <ji...@apache.org> on 2015/07/22 20:17:45 UTC

[jira] [Created] (TRAFODION-666) LP Bug: 1376501 - infra - MySQL option to set the engine to InnoDB is incorrect

Alice Chen created TRAFODION-666:
------------------------------------

             Summary: LP Bug: 1376501 - infra - MySQL option to set the engine to InnoDB is incorrect
                 Key: TRAFODION-666
                 URL: https://issues.apache.org/jira/browse/TRAFODION-666
             Project: Apache Trafodion
          Issue Type: Bug
          Components: Build Infrastructure
            Reporter: Alice Chen
            Assignee: Alice Chen
            Priority: Critical


The option in MySQL to set the engine to InnoDB is incorrect.  In /etc/mysql/my.cnf it shows the following :

[mysqld]
default_engine = InnoDB

It should be showing :
[mysqld]
default-storage-engine = InnoDB

Manual changes to this file has been overwritten by puppet.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)