MySQL - AshokBhat/notes GitHub Wiki

About

  • De-facto standard database system for web sites with HUGE volumes of both data and end-users
  • Part of LAMP stack.
  • Runs on a server.
  • Fast, reliable, and easy to use
  • Uses standard SQL
  • Free to download and use
  • Developed, distributed, and supported by Oracle Corporation

Editions

  • MySQL Community Server - Open Source
  • MySQL Enterprise - Proprietary

Forks

MariaDB

  • Community-developed fork
  • GNU GPL
  • By the original developers of MySQL
  • Forked due to concerns over its acquisition by Oracle

AArch64 patches

Summary Bug Link Status Commit
Mysql deadlock and bugcheck on aarch64 under stress test https://bugs.mysql.com/bug.php?id=94699 Closed https://github.com/mysql/mysql-server/commit/5fa26a3f2d219d8d3185a891035b0502e8d37cd1 https://github.com/mysql/mysql-server/commit/d85e5a52fd1e06645546872d0f5d84a7f8f76e4e https://github.com/mysql/mysql-server/commit/1e7e87f7279d08d67478c6407971ca660f7697de
innobase/srv: refine srv0conc with c++11 atomics https://bugs.mysql.com/bug.php?id=97704 Closed https://github.com/mysql/mysql-server/commit/1341212900963cda63d52464a29fd92375502c25
rwlock: refine lock->recursive with C11 atomics https://bugs.mysql.com/bug.php?id=97150 Closed https://github.com/mysql/mysql-server/commit/61fb56fe9bf4b2713410e33320ba157f7f8ad1e9
innobase/dict: refine dict_temp_file_num with c++11 atomics https://bugs.mysql.com/bug.php?id=97703 Closed https://github.com/mysql/mysql-server/commit/f4818d7dbca19397c1ea3684e28a988ab4767c67

See also