#17665 closed enhancement (fixed)

mariadb-10.6.12

Reported by: Douglas R. Reno Owned by: Douglas R. Reno
Priority: normal Milestone: 11.3
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New point version

We seem to have missed three versions

Change History (3)

comment:1 by Douglas R. Reno, 15 months ago

Owner: changed from blfs-book to Douglas R. Reno
Status: newassigned

comment:2 by Douglas R. Reno, 15 months ago

10.6.10

Issues Fixed

    Assertion mysql_mutex_assert_owner(&log_sys.flush_order_mutex) failed in 
       mtr_t::commit()
    Frequent "Data structure corruption" in InnoDB after OOM
    Recovery or backup of instant ALTER TABLE is incorrect
    InnoDB Temporary Tablespace (ibtmp1) is continuously growing
    Full text index corruption if shutdown before changes are fully flushed
    JSON_VALUE() does not parse NULL properties properly

10.6.11

SSL

    The server no longer tolerates incorrectly configured SSL (MDEV-29811). If you have 
enabled SSL in my.cnf but have not configured it properly (for example, a certificate 
file is missing), MariaDB used to silently disable SSL, leaving you under impression 
that everything was fine and connections were secure. Since this release, MariaDB will 
fail to start if SSL is enabled, but cannot be switched on. 

Backup

    Assertion on info.page_size failed in xb_delta_open_matching_space 

InnoDB

    Adaptive hash index
    MVCC and locking
    Virtual columns
    InnoDB crash recovery fixes
    Race condition between KILL and transaction commit
    Implement CHECK TABLE…EXTENDED for InnoDB
    InnoDB persistent statistics fail to update after bulk insert

Galera

    Galera updated to 26.4.13
    Galera server crashes after 10.3 > 10.4 upgrade
    wsrep_incoming_addresses status variable prints 0 as port number if the port is not 
       mentioned in wsrep_node_incoming_address system variable

Replication

    XA COMMIT is not binlogged when the XA transaction has not updated any transaction 
       engine
    Concurrent CREATE TRIGGER statements made to binlog without any mixup

10.6.12

InnoDB

    Full-text index corruption with system versioning
    innodb_undo_log_truncate=ON recovery and backup fixes
    Upgrade after a crash is not supported
    Remove InnoDB buffer pool load throttling
    InnoDB shutdown hangs when the change buffer is corrupted
    innodb_fast_shutdown=0 fails to report change buffer merge progress
    mariadb-backup --backup --incremental --throttle=... hangs
    Crash after recovery, with InnoDB: Tried to read
    Trying to write ... bytes at ... outside the bounds
    TRUNCATE breaks FOREIGN KEY locking
    INFORMATION_SCHEMA.INNODB_TABLESPACES_ENCRYPTION.NAME is NULL for undo tablespaces 
    Fixed hangs and error handling in B-tree operations

Galera

    Fixes for cluster wide write conflict resolving

Replication

    Parallel slave applying in binlog order is corrected for admin class of commands 
      including ANALYZE
    Seconds_Behind_Master is showed now more precisely at the slave applier start, 
      including in the delayed mode
    mysqlbinlog --verbose is made to show the type of compressed columns
    Deadlock is resolved on replica involving BACKUP STAGE BLOCK_COMMIT and a 
      committing user XA

General

    Infinite sequence of recursive calls when processing embedded CTE
    Crash with a query containing nested WINDOW clauses
    Major performance regression with 10.6.11
    As per the MariaDB Deprecation Policy, this will be the last release of MariaDB 
      10.6 for Fedora 35.
    In this release repositories for Fedora 37 and Ubuntu 22.10 Kinetic have been 
      added.

comment:3 by Douglas R. Reno, 15 months ago

Resolution: fixed
Status: assignedclosed

Fixed at c344167547b745544f5414868c173b010e670aca

Also specified a couple of additional paths - two for PAM related files (ended up in /usr/share), and one for the location of Groonga's logs (if a user enabled that feature, they'd end up in /usr/var/log/groonga/groonga.log by default)

Note: See TracTickets for help on using tickets.