Changes between Initial Version and Version 1 of Ticket #26868


Ignore:
Timestamp:
Jul 7, 2016, 4:16:30 PM (8 years ago)
Author:
Tim Graham
Comment:

I'm not a MariaDB/MySQL expert, but tentatively accepting.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26868

    • Property Has patch set
    • Property Triage Stage UnreviewedAccepted
    • Property Summary Microsecond precision in MariaDB / Version detectionChange MySQL version detection to accomodate MariaDB
  • Ticket #26868 – Description

    initial v1  
    55https://mariadb.atlassian.net/browse/MDEV-4575
    66
    7 My patch (PR) changes how the version is detected, and use a SQL query instead of the client library call. Then we get the correct MariaDB version and the features list is correct.
     7My [https://github.com/django/django/pull/6893 PR] changes how the version is detected, and use a SQL query instead of the client library call. Then we get the correct MariaDB version and the features list is correct.
Back to Top