MariaDB Contribution Statistics, January-June 2026

After a long break, I will be taking over reporting on the contributions. FYI, the last one was done in Jan 2025.

Server Contributions

Just like last time, I’m going to start with a breakdown of all the organizations who have contributed to MariaDB Server during the above period.

Organization Contributors Commits
MariaDB Plc. 34 807
MariaDB Foundation 7 146
Independent 40 78
GSoC 6 29
Amazon 6 28
Codership 3 4
Red Hat 1 4
Arch Linux 1 4
ClearCode 1 2
ByteDance 1 1
Rakuten 1 1
SUSE Linux 1 1
MariaDB Server contributions for from 1st January 2026 – 31st June 2026

A big thank you to MariaDB Plc!

The interesting entry however is the “independent” section representing the community at large! More contributors than any other entity! Commit number is small, but it’s still sitting strong on 3d place!

Statistics by lines of code

I’ve also generated the statistics on lines of code. The data is recorded as lines “added” and “removed”.

Organization Lines added % Lines deleted %
MariaDB Plc. 168717 67.50% 58537 79.66%
Independent 53910 21.57% 8545 11.63%
Rakuten 13021 5.21% 120 0.16%
MariaDB Foundation 7350 2.94% 3861 5.25%
GSoC 3155 1.25% 1595 2.17%
Amazon 2387 0.95% 561 0.76%
Codership 844 0.34% 204 0.28%
Red Hat 560 0.22% 32 0.04%
Arch Linux 20 0.01% 8 0.01%
ByteDance 17 0.01% 13 0.02%
ClearCode 6 0% 5 0%
SUSE Linux 2 0% 2 0%
TOTAL 249969 73483
MariaDB Server contributions for from 1st January 2026 – 31st June 2026

Obviously, the MariaDB Plc is also the leader in this category. But, the community at large is coming second by lines added!

Pull Requests

Next up, let’s take a look at the state of pull requests. Note that these are ALL pull requests, not just the community contributions!

Let’s start with the raw PR data. The columns are:

  • New PRs: The number of PRs that have been opened that week.
  • Draft PRs: Of the newly opened PRs that week, how many are currently drafts.
  • Closed PRs: The number of PRs that have been closed that week (not merged).
  • Merged PRs: The number of PRs that have been merged that week.
  • Total PRs: The total number of PRs we have had up to the end of that week.
  • Still Open PRs: The total number of PRs still open (including draft) at the end of that week.
  • Days to First Response: The average number of days to first meaningful response of PRs for PRs that have been responded, for the PRs opened that week.
  • New PRs Responded: The total number of PRs that have had a meaningful response that have been opened that week.
  • PRs Self Merge No Review: The number of PRs opened that week which have been merged by the author with no review from anyone else in the MariaDB team.
  • PRs Self Closed No Review: The number of PRs opened that week which have had no meaningful response and have been closed by the author.
Week EndingNew PRsDraft PRsClosed PRsMerged PRsTotal PRsStill Open PRs
2026-01-112505114513256
2026-01-182012204533254
2026-01-253739334570249
2026-02-011609134586243
2026-02-08284164614264
2026-02-15220744636275
2026-02-22252974661284
2026-03-01352694696304
2026-03-084055154736324
2026-03-1556820244792336
2026-03-2225113174817331
2026-03-2941713234858336
2026-04-052634144884344
2026-04-122205114906350
2026-04-193033334936344
2026-04-263746354973340
2026-05-0342510265015346
2026-05-102417145039349
2026-05-172631115065363
2026-05-243247175097371
2026-05-313335185130381
2026-06-074127145171401
2026-06-143925275210408
2026-06-213099115240418
2026-06-282541175265425
TOTAL77776169430
Week EndingDays to First ResponseNew PRs RespondedNew PRs Not RespondedPRs Self Merge No ReviewPRs Self Closed No Review
2026-01-115.563124
2026-01-1845.54771
2026-01-2512.266193
2026-02-0130.05551
2026-02-0814.414352
2026-02-1525.25944
2026-02-2225.715521
2026-03-0119.223514
2026-03-0815.822571
2026-03-1511.21811613
2026-03-225.110563
2026-03-295.21211101
2026-04-0514.813433
2026-04-1211.247101
2026-04-1922.844181
2026-04-2613.0913101
2026-05-038.91210132
2026-05-107.47394
2026-05-1715.912560
2026-05-244.766124
2026-05-3114.4107112
2026-06-0713.51214112
2026-06-148.9913132
2026-06-219.02973
2026-06-2818.764110
TOTAL24617421863

And now some graphs:

What Do The Numbers Say

Pull request activity remained strong throughout the first half of 2026. During this period, 777 new pull requests were opened and 430 were merged.

At the same time, the number of open pull requests increased from 256 at the beginning of January to 425 by the end of June. This shows that while development activity remains high, new pull requests are arriving faster than they are being merged or otherwise closed.

During these six months, 40 independent contributors participated in MariaDB Server development, and together they accounted for more than 21% of all lines added.

The goal of these reports is therefore not only to count contributions, but also to follow how the MariaDB development community evolves over time — and where we can make contributing even easier.

If there are other statistics or aspects of MariaDB Server development you would like to see in future contribution reports, let us know!