Page MenuHomeSolus

Update mariadb to 10.3.13
ClosedPublic

Authored by der_eismann on Feb 22 2019, 9:54 AM.
Tags
None
Referenced Files
F11032238: D5500.id13436.diff
Wed, Aug 9, 2:02 PM
F11032236: D5500.id.diff
Wed, Aug 9, 2:02 PM
F11032235: D5500.id13384.diff
Wed, Aug 9, 2:02 PM
F11025672: D5500.diff
Wed, Aug 9, 1:14 AM
F11007958: D5500.diff
Tue, Aug 1, 11:24 PM
F10990888: D5500.diff
Mon, Jul 24, 10:53 PM
F10885733: D5500.id13436.diff
Jun 25 2023, 2:34 PM
F10884447: D5500.id13384.diff
Jun 24 2023, 11:39 PM
Subscribers
None

Details

Summary

MariaDB 10.3.13 - Full release notes - Changelog

MariaDB Connector/C has also been updated to 3.0.9. Release notes - Changelog

Test Plan
  • Start service with sudo systemctl start mariadb
  • Access mariadb with mysql -u root
  • Create database with create database testdb; use testdb;
  • Create a table CREATE TABLE t1 (a int DEFAULT (1+1), b int DEFAULT (a+1));

Diff Detail

Repository
R2019 mariadb
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

This revision is now accepted and ready to land.Feb 25 2019, 1:01 PM
This revision was automatically updated to reflect the committed changes.