Opened 6 years ago

Closed 6 years ago

#10792 closed enhancement (fixed)

mariadb-10.3.7

Reported by: Bruce Dubbs Owned by: Bruce Dubbs
Priority: normal Milestone: 8.3
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New point version.

Change History (3)

comment:1 by Bruce Dubbs, 6 years ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:2 by Bruce Dubbs, 6 years ago

Summary: mariadb-10.2.15mariadb-10.3.7

MariaDB 10.3 is an evolution of MariaDB 10.2 with several entirely new features not found anywhere else and with backported and reimplemented features from MySQL.

Notable Changes

Notable changes of this release include:

  • MyRocks Storage Engine is now Stable (GA)
  • Spider Storage Engine is now Stable (GA)
  • Two new ALTER TABLE ... ALGORITHM options, INSTANT and NOCOPY, which allow operations that would require any data files to be modified, or that would require rebuilding the clustered index respectively, to be refused rather than potentially perform slowly - MDEV-13134
  • The embedded server library now supports SSL when connecting to remote servers.
  • New status variables feature_json for monitoring JSON functionality usage and feature_system_versioning for system versioning.
  • MDEV-16172 - Remove InnoDB 5.7 version number from MariaDB 10.3 onwards
  • Fixes for instant ADD COLUMN: MDEV-14906, MDEV-15060, MDEV-15871, MDEV-16065
  • ALTER TABLE improvements, including: MDEV-14168, MDEV-13134 (ALGORITHM=INSTANT, ALGORITHM=NOCOPY)
  • Various performance fixes and code cleanup, including MDEV-12218 - Clean up InnoDB parameter validation
  • Fixed hangs on shutdown (MDEV-13779) and EXPORT (MDEV-13987)
  • As per the MariaDB Deprecation Policy, this will be the last release of MariaDB 10.3 for Debian 7 Wheezy and Fedora 26

comment:3 by Bruce Dubbs, 6 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 20174.

Note: See TracTickets for help on using tickets.