Uploaded image for project: 'Nuxeo ECM Build/Test Environment'
  1. Nuxeo ECM Build/Test Environment
  2. NXBT-1465

Upgrade to MySQL 5.7 and MariaDB 10.1

    XMLWordPrintable

    Details

    • Type: Task
    • Status: Resolved
    • Priority: Critical
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: None
    • Component/s: Continuous Integration

      Description

      For NXP-21338 we need a version of MySQL >= 5.6.4 and a version of MariaDB >= 10.1.

      Specifically, we need a version of these databases where the following works:

      CREATE TABLE foo (d DATETIME(3));
      INSERT INTO foo (d) VALUES (TIMESTAMP '2016-12-19T12:34:56.789');
      SELECT * FROM foo;
      +-------------------------+
      | d                       |
      +-------------------------+
      | 2016-12-19 12:34:56.789 |
      +-------------------------+
      

      and where the results shows the milliseconds (.789) properly un-rounded and un-truncated.

        Attachments

          Issue Links

            Activity

              People

              • Votes:
                0 Vote for this issue
                Watchers:
                1 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: