Пакет MySQL: Информация

Исходный пакет: MySQL
Версия: 8.0.30-alt0.1.rv64
Собран:  24 мая 2023 г. 8:39
Категория: Базы данных
Сообщить об ошибке в пакете
Домашняя страница: http://www.mysql.com/

Лицензия: GPLv2 with exceptions and LGPLv2 and BSD
О пакете: A very fast and reliable SQL database engine
Описание: 
MySQL is a true multi-user, multi-threaded SQL (Structured Query
Language) database server. MySQL is a client/server implementation
that consists of a server daemon (mysqld) and many different client
programs/libraries.

The main goals of MySQL are speed, robustness and ease of use.  MySQL
was originally developed because we needed a SQL server that could
handle very big databases with magnitude higher speed than what any
database vendor could offer to us. And since we did not need all the
features that made their server slow we made our own. We have now been
using MySQL since 1996 in a environment with more than 40 databases,
10,000 tables, of which more than 500 have more than 7 million
rows. This is about 200G of data.

The base upon which MySQL is built is a set of routines that have been
used in a highly demanding production environment for many
years. While MySQL is still in development, it already offers a rich
and highly useful function set.

This version allows to use transactions with BDB tables and extended
character set support. See the documentation for more information

Список rpm-пакетов, предоставляемых данным srpm-пакетом:
MySQL-client (riscv64)
MySQL-client-debuginfo (riscv64)
MySQL-server (riscv64)
MySQL-server-debuginfo (riscv64)
MySQL-server-perl (noarch)
libmysqlclient21 (riscv64)
libmysqlclient21-debuginfo (riscv64)
libmysqlclient21-devel (riscv64)

Сопровождающий: MySQL Development Team


    1. libedit-devel
    2. libevent-devel
    3. liblz4-devel
    4. python3-dev
    5. libssl-devel
    6. ccmake
    7. chrooted
    8. libzstd-devel
    9. libncurses-devel
    10. rpcgen
    11. rpm-macros-cmake
    12. rpm-build-python3
    13. libaio-devel
    14. libcurl-devel
    15. protobuf-compiler
    16. gcc-c++
    17. libicu-devel
    18. libsystemd-devel
    19. libprotobuf-lite-devel
    20. libtirpc-devel
    21. zlib-devel

Последнее изменение


3 сентября 2022 г. Ivan A. Melnikov 8.0.30-alt0.1.rv64
- fix build in December
- build on riscv64:
  + link more libraries with libatomic on mips* and riscv64
  + add Ubuntu patch for riscv64 atomics
  + add riscv64 to the list of known 64-bit architectures
24 августа 2022 г. Nikolai Kostrigin 8.0.30-alt1
30 июня 2022 г. Nikolai Kostrigin 8.0.29-alt1
- new version
  + (fixes: CVE-2021-22570, CVE-2022-0778, CVE-2022-21454, CVE-2022-21457)
  + (fixes: CVE-2022-21425, CVE-2022-21440, CVE-2022-21459, CVE-2022-21478)
  + (fixes: CVE-2022-21479, CVE-2022-21418, CVE-2022-21417, CVE-2022-21413)
  + (fixes: CVE-2022-21427, CVE-2022-21412, CVE-2022-21414, CVE-2022-21435)
  + (fixes: CVE-2022-21436, CVE-2022-21437, CVE-2022-21438, CVE-2022-21452)
  + (fixes: CVE-2022-21462, CVE-2022-21415, CVE-2022-21451, CVE-2022-21444)
  + (fixes: CVE-2022-21460, CVE-2022-21423)
- update mysql-shell 8.0.28 -> 8.0.29
- update alt-disable-run-libmysql_api_test patch
- update bundled boost headers 1.73.0 -> 1.77.0
- spec: turn build of mysql-shell and mysql-router off
- add boostfix_multiprecision_issue_419-ppc64le patch