Uploaded image for project: 'ODE'
  1. ODE
  2. ODE-966

SQL scripts fail on newest MySQL

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Later
    • 1.3.5
    • 1.3.6
    • None
    • None
    • mysql 5.5.20, ubuntu 12.04

    Description

      ode-135-hib-mysql.sql and mysql.sql cause errors on the newest versions of MySQL. The reason is that the scripts use syntax like
      TYPE=InnoDB;

      TYPE was replaced by ENGINE in MySQL and since MySQL 5.5 the old syntax is no longer supported.

      Please use
      ENGINE=InnoDB;
      instead.

      See OPENJPA-1530 for more details.

      Attachments

        Activity

          People

            Unassigned Unassigned
            pkubowicz Piotr Kubowicz
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: