Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 861 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 861 Bytes

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