Comment 2 for bug 1825693

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to osprofiler (master)

Reviewed: https://review.opendev.org/654114
Committed: https://git.openstack.org/cgit/openstack/osprofiler/commit/?id=9847b8984a0e8ac9c325962431c08d7dddff13bc
Submitter: Zuul
Branch: master

commit 9847b8984a0e8ac9c325962431c08d7dddff13bc
Author: Radoslaw Smigielski <email address hidden>
Date: Sun Apr 21 06:22:43 2019 +0200

    Minimum versions of databases with JSON data type support

    SQLAlchemy collector requires database JSON data type support
    which is fairly new feature and missing in versions older than:

        - MariaDB 10.2
        - MySQL 5.7.8

    Let's document that SQLAlchemy collector requirement.

    Change-Id: Ifb379a40d90d252d56d4f830e75bbfa08bf66a01
    Closes-Bug: #1825693