View Issue Details

IDProjectCategoryView StatusLast Update
0034886mantisbtinstallationpublic2025-05-29 05:40
Reporterdecklin Assigned Todregad  
PrioritynormalSeverityminorReproducibilityalways
Status assignedResolutionopen 
Product Version2.27.0 
Target Version2.28.0 
Summary0034886: Admin checks: support MariaDB version checking
Description

MySQL Lifecycle and Release Support data availability
Release information for MySQL (MariaDB) 10.5 series is not available, unable to perform the lifecycle checks. Please report the issue.

Steps To Reproduce

run admin\check on my system

TagsNo tags attached.

Relationships

related to 0034909 assigneddregad Admin checks: unsupported version checks using endoflife.date 
has duplicate 0036015 closeddregad Release information for MySQL 10.1 series is not available, unable to perform the lifecycle checks. 
related to 0034887 closeddregad MySQL version 9.0 and 9.1 are not defined in Admin Checks 

Activities

dregad

dregad

2024-10-22 17:59

developer   ~0069382

Thanks for the report. As far as I know, there is no such thing as MySQL 10.5 (the latest available version as of this writing is 9.1). I therefore suppose you are using MariaDB (or some other MySQL fork).

We rely on ADOdb to detect the database version, and unfortunately that is currently quite limited, as the library only gives us a version number without information about the RDBMS, so we have no way of knowing whether it's MySQL, MariaDB or something else without bypassing ADOdb.

For now, considering that our minimum requirement is 5.5.35, you can safely ignore this Admin Check warning..

In the interest of improving this in the future, could you please provide the exact DB version you're using, then execute the following 2 queries against your DB and report the results here ?

select version();
show variables like 'version%';

I will add the latest MySQL releases to the reference table (9.0 & 9.1).

dregad

dregad

2024-10-22 18:07

developer   ~0069383

I will add the latest MySQL releases to the reference table (9.0 & 9.1)

See 0034887

decklin

decklin

2024-10-22 22:19

reporter   ~0069386

It is MariaDB - on a quick look I couldn't see the version number, will get back to you.

decklin

decklin

2024-10-22 22:29

reporter   ~0069387

See attached :-) 10.5.25

MariaDB.png (72,891 bytes)   
MariaDB.png (72,891 bytes)   
dregad

dregad

2024-10-23 05:17

developer   ~0069389

Thanks but you have a typo in the 2nd query, it should have been version% not version$...

decklin

decklin

2024-10-23 08:48

reporter   ~0069390

Aplogies - old eyes!

Maria2.png (70,080 bytes)   
Maria2.png (70,080 bytes)   
dregad

dregad

2024-10-27 12:08

developer   ~0069403

@decklin this should be covered by 0034909

If you want to test the proposed fix, your feedback would be welcome. Please see https://github.com/mantisbt/mantisbt/pull/2042