---
document: modulemd
version: 2
data:
  name: mysql
  stream: "8.0"
  version: 8080020240229140016
  context: 47be25e3
  summary: MySQL Module
  description: >-
    MySQL is a multi-user, multi-threaded SQL database server. MySQL is a client/server
    implementation consisting of a server daemon (mysqld) and many different client
    programs and libraries. The base package contains the standard MySQL client programs
    and generic MySQL files.
  license:
    module:
    - MIT
  xmd:
    mbs:
      buildrequires:
        platform:
          context: 00000000
          filtered_rpms: []
          koji_tag: module-oc-8.8.0-build
          ref: virtual
          stream: oc8.8.0
          stream_collision_modules: 
          ursine_rpms: 
          version: 2
      commit: 099f927667bcd436466344173a7940c5c7bd14b9
      mse: TRUE
      rpms:
        mecab:
          ref: 54e05739813631e0cdc07e1f42284dbf3a9e4947
        mecab-ipadic:
          ref: e933173dbad758d2f59ea4547f725244df9089ee
        mysql:
          ref: 46edc931525e26455f34a19522a0332004d9fc9a
        rapidjson:
          ref: a2821d48e057f0bc194acc41d4c3de89d4b3b9c9
      scmurl: https://gitee.com/src-opencloudos-modules/mysql.git?#099f927667bcd436466344173a7940c5c7bd14b9
  dependencies:
  - buildrequires:
      platform: [oc8.8.0]
    requires:
      platform: [oc8]
  references:
    community: https://dev.mysql.com/
    documentation: https://dev.mysql.com/doc/refman/8.0/en/
    tracker: http://bugzilla.redhat.com/
  profiles:
    client:
      rpms:
      - mysql
    server:
      rpms:
      - mysql-server
  api:
    rpms:
    - mysql
    - mysql-server
  filter:
    rpms:
    - rapidjson
    - rapidjson-devel
    - rapidjson-doc
  buildopts:
    rpms:
      macros: >
        %runselftest 1

        %ignore_testsuite_result 0
  components:
    rpms:
      mecab:
        rationale: A dependency of mysql
        repository: git+https://gitee.com/src-opencloudos-rpms/mecab
        cache: http://pkgs.fedoraproject.org/repo/pkgs/mecab
        ref: 54e05739813631e0cdc07e1f42284dbf3a9e4947
        buildorder: 8
        arches: [aarch64, x86_64]
      mecab-ipadic:
        rationale: A dictionary for mecab
        repository: git+https://gitee.com/src-opencloudos-rpms/mecab-ipadic
        cache: http://pkgs.fedoraproject.org/repo/pkgs/mecab-ipadic
        ref: e933173dbad758d2f59ea4547f725244df9089ee
        buildorder: 9
        arches: [aarch64, x86_64]
      mysql:
        rationale: MySQL server package
        repository: git+https://gitee.com/src-opencloudos-rpms/mysql
        cache: http://pkgs.fedoraproject.org/repo/pkgs/mysql
        ref: 46edc931525e26455f34a19522a0332004d9fc9a
        buildorder: 10
        arches: [aarch64, x86_64]
      rapidjson:
        rationale: A build-time only dependency of mysql
        repository: git+https://gitee.com/src-opencloudos-rpms/rapidjson
        cache: http://pkgs.fedoraproject.org/repo/pkgs/rapidjson
        ref: a2821d48e057f0bc194acc41d4c3de89d4b3b9c9
        buildorder: 7
        arches: [aarch64, x86_64]
...