Page MenuHomeSolus

Update mariadb to 10.3.12
ClosedPublic

Authored by der_eismann on Jan 10 2019, 7:36 PM.
Tags
None
Referenced Files
F11065327: D5032.id.diff
Fri, Aug 11, 4:29 PM
F11065326: D5032.id12567.diff
Fri, Aug 11, 4:29 PM
F11046631: D5032.diff
Thu, Aug 10, 1:49 PM
F11039776: D5032.diff
Thu, Aug 10, 1:14 AM
F10997138: D5032.diff
Thu, Jul 27, 3:17 AM
F10940021: D5032.diff
Fri, Jul 14, 1:14 AM
F10894539: D5032.id.diff
Jul 1 2023, 11:13 AM
F10894538: D5032.diff
Jul 1 2023, 11:12 AM
Subscribers

Details

Summary

MariaDB 10.3.12 - Full release notes - Changelog

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

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

Diff Detail

Repository
R2019 mariadb
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

der_eismann edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.Jan 16 2019, 12:35 PM
This revision was automatically updated to reflect the committed changes.