Differentiate between MySQL and MariaDB in the database
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 4
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
In the Product team we'd like to know whether users are using MySQL or MariaDB, because we're seeing some issues with MariaDB. Currently, the stats only show us the database driver (e.g. pdo_mysql or mysqli), but not the actual database type (MySQL/MariaDB). Please add a property $dbType to the Stats entity.

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with src/Entity/Stats.php, the linked Stats entity, and trace where the existing database driver statistic is populated. Add the database type information so MySQL and MariaDB are distinguishable, then run the project's available tests and verify the resulting stats expose the database type rather than only the driver.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- mariadb, mysql, php
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100