• Alexander Barkov's avatar
    Cleanup: removing Type_handler members m_version_xxx · 9b1866fd
    Alexander Barkov authored
    Introducing methods instead:
      const Name version_mysql56() const;
      const Name version_mariadb53() const;
    
    This is needed to avoid exporting members with MYSQL_PLUGIN_IMPORT,
    which would be needed to compile data type plugins on Windows.
    9b1866fd
sql_type.h 261 KB