mysql/mysql-server

MySQL Server, the world's most popular open source database, and MySQL Cluster, a real-time, open source transactional database.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 20 minutes ago
Added to GitGenius on March 25th, 2026
Created on September 26th, 2014
Open Issues & Pull Requests: 53 (+0)
GitHub issues: Enabled
Number of forks: 4,356
Total Stargazers: 12,423 (+0)
Total Subscribers: 555 (+0)

Repository Insights (GitGenius)

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

No overlapping-contributor repos identified yet.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 30
New in 7 days: 7
Closed in 7 days: 1
Avg open age: 18 days
Stale 30+ days: 15
Stale 90+ days: 0

Recent activity

Opened in 7 days: 7
Closed in 7 days: 1
Comments in 7 days: 8
Events in 7 days: 33

Top labels

  • User Defined Types (7)
  • bug (7)
  • agentic-workflows (4)
  • needs-triage (2)

Detailed Description

MySQL Server is the world's most popular open source relational database management system, maintained by Oracle. The repository at mysql/mysql-server contains the source code for both MySQL Server and MySQL Cluster, a real-time transactional database system designed for distributed environments. Written primarily in C++, the project implements a complete SQL database engine with support for transactions, persistence, and complex querying operations across relational data structures.

The repository serves as the central hub for MySQL development and maintenance, housing the core database engine, query optimizer, storage engines, and cluster components. MySQL Cluster extends the base MySQL Server functionality by adding distributed, real-time transaction processing capabilities with high availability and fault tolerance. The project encompasses multiple storage engines, replication mechanisms, and administrative tools that together form a comprehensive data management platform used by millions of applications worldwide.

GitGenius tracking data reveals active ongoing development and maintenance of the codebase. The most active triagers and contributors during the tracked period were arjunkshah and marcalff, each with three recorded events, suggesting concentrated maintenance effort from key team members.

These connections suggest that MySQL development intersects with infrastructure tooling, observability standards, and developer productivity initiatives within the broader open source ecosystem.

The codebase is classified across multiple technical domains reflecting its comprehensive nature: Database, Relational, SQL, Server, Data Management, Storage, Querying, Transactions, RDBMS, and Persistence. These classifications accurately capture the breadth of functionality encompassed by the MySQL Server project, from low-level storage management to high-level SQL query processing and transaction coordination.

The project maintains formal licensing under Oracle's copyright, with detailed license information provided in the LICENSE file included in distributions. The repository includes provisions for third-party materials and their associated attribution notices. Documentation and additional resources are centrally located at the MySQL development portal, with source code and binary downloads available through official channels. The MySQL team at Oracle continues to drive development and maintenance of the project, balancing the needs of the global user community with enterprise requirements for reliability, performance, and feature completeness in a production database system.