Actions
Patch #39865
closedextend mysql8? test helper to handle complex version strings
Description
In my MariaDB 11 docker image, Redmine::Database.mysql_version
is 11.1.2-MariaDB-1:11.1.2+maria~ubu2204
, which leads to an error in Gem::Version.new
. The attached patch attempts to clean up the version string into the expected major.minor.patch format.
Files
Updated by Go MAEDA about 1 year ago
- Target version set to 5.1.2
Setting the target version to 5.1.2.
Updated by Go MAEDA almost 1 year ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
Committed the fix in r22542. Thank you.
Actions