Skip to content

Modularized version of innodb storage engine based on Oracle MySQL 8.0.16

License

Notifications You must be signed in to change notification settings

romz-pl/innodb-modularization

Repository files navigation

Modularization of InnoDb storage engine

  1. The goal of this project is to enhance the structure of InnoDb storage engine taken from Oracle MySQL 8.0.16

  2. The base source code used in this project is mysql-cluster-8.0.16

  3. By enhancement it is meant:

    • Remove redundant inclusions of header files.
    • Remove circular dependencies in headers files.
    • Provide clear, layered structure of code.
    • Divide the engine into separate libraries (modules).
  4. Each enhancement (source code modification) is defined as Issue.

  5. The source code changes are monitored by running test suite defined in the script mysql-test-run.pl

About

Modularized version of innodb storage engine based on Oracle MySQL 8.0.16

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published