./databases/mariadb1011-client, MariaDB 10.11, a free MySQL compatible database (client)

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 10.11.7, Package name: mariadb-client-10.11.7, Maintainer: pkgsrc-users

MariaDB Server is one of the most popular open source relational databases.
It's made by the original developers of MySQL.

MariaDB turns data into structured information in a wide array of applications,
ranging from banking to websites. It is an enhanced, drop-in replacement
for MySQL. MariaDB is used because it is fast, scalable and robust, with a
rich ecosystem of storage engines, plugins and many other tools make it very
versatile for a wide variety of use cases.

MariaDB is developed as open source software and as a relational database
it provides an SQL interface for accessing data. The latest versions of
MariaDB also include GIS and JSON features.

This package contains the MariaDB client programs and libraries.



Package options: ssl

Master sites:

Filesize: 98227.141 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-10 21:24:05 by Nia Alarie | Files touched by this commit (6) | Package removed
Log message:
mariadb1011: update to 10.11.7

                           MariaDB 10.11.7 Changelog

  * Includes all fixes from MariaDB 10.6.17
  * MDEV-32815 test main.func_sformat Locale + test failures under
    Fedora 39 (fmt-10.0.0+)
  * MDEV-33331: IO Thread Relay Log Inconsistent Statistics After
    MDEV-32551
  * MDEV-29587 Allowing insert into a view with columns that are not
    part the table
  * Deb autobake: ready with noble (Ubuntu 24.04)
  * MDEV-14425 fixup: mariabackup.huge_lsn,strict_crc32 rdiff
  * MDEV-32242 fixup: innodb.doublewrite test may be skipped again
  * MDEV-32968: After-merge fix
  * MDEV-32374 Improve lsn_lock. Also use futex-like on Windows
  * MDEV-33187: mariadb-hotcopy fails for sys
  * MDEV-30259: mariadb-hotcopy fails for performance_schema
  * MDEV-33187: Make mariadb-hotcopy compatible with DBI:MariaDB
  * MDEV-32090 Test for null-safe equals in join
  * MDEV-26195 fixup: Remove page_no_t
  * MDEV-30172: Tolerate CR_SSL_CONNECTION_ERROR in Galera tests
  * Galera after-merge fix
  * Merge fixup encryption.corrupted_during_recovery
  * MDEV-24670 memory pressure - warnings/notes
  * MDEV-24670 memory pressure - warnings/notes
  * MDEV-24670 memory pressure - mariadb-backup postfix
  * hashicorp plugin: any 404 from the vault means "no key found"
  * fix test failures with ASAN
  * InnoDB: downgrade a warning to a note
  * perfschema: LOCK_all_status_vars not LOCK_status
  * MDEV-32542 plugins.compression - multiple buildbot failures
  * MDEV-30482 libmariadb3 - debian/libmariadb3.symbols not updated
  * MDEV-27849: rpl.rpl_start_alter_XXX fail sporadically in buildbot
  * MDEV-32819: main.show_explain failed in buildbot
  * MDEV-32920 innodb_buffer_pool_read_requests always 0
  * Fix GCC -Wunused-variable
  * MDEV-31608 - Connector/NET fails to connect since 10.10
  * MDEV-24670 memory pressure - eventfd rather than pipe
  * MDEV-32374 log_sys.lsn_lock is a performance hog
  * MDEV-32050 Fixup
  * MDEV-32753 Make spider init queries compatible with oracle sql
    mode
  * MDEV-31953 fixup: Clean up the test
  * MDEV-31953 madvise(..., MADV_FREE) is causing a performance
    regression
  * MDEV-32811 Potentially broken crash recovery if a
    mini-transaction frees a page, not modifying previously clean
    pages
  * MDEV-32746 SIGSEGV on recovery when using innodb_encrypt_log and
    PMEM
   2024-01-23 10:52:06 by Nia Alarie | Files touched by this commit (5)
Log message:
mariadb1011: Update to 10.11.6

Fixes various data corruption issues and crashes, adds a
new Charset Narrowing Optimization.

Release notes:
https://mariadb.com/kb/en/mariadb-10-11-6-release-notes/
   2023-11-09 20:26:32 by Nia Alarie | Files touched by this commit (2)
Log message:
mariadb1011-client: SunOS build fix.
   2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377)
Log message:
*: recursive bump for icu 74.1
   2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298)
Log message:
*: bump for openssl 3
   2023-08-17 10:20:28 by Jonathan Perkin | Files touched by this commit (4)
Log message:
mariadb*-client: Force HAVE_CURSES_H when using ncurses.

For some reason mariadb removed any cmake detection for HAVE_CURSES_H so it is
never defined, but the source is still littered with it, causing compilation
problems because curses.h never gets included.

The whole thing is incredibly messy, and this is the least likely to
accidentally break some alternate configuration, but implementations that use
curses.h which isn't ncurses are likely to still be broken.
   2023-07-23 11:29:52 by Nia Alarie | Files touched by this commit (4)
Log message:
mariadb: Correct include order for broken curses detection workarounds.
   2023-07-19 23:53:19 by Nia Alarie | Files touched by this commit (4)
Log message:
mariadb*-client: Ensure the wide ncurses library is picked if the user chose it