项目作者: romz-pl

项目描述 :
Modularized version of innodb storage engine based on Oracle MySQL 8.0.16
高级语言: C++
项目地址: git://github.com/romz-pl/innodb-modularization.git
创建时间: 2019-06-18T14:21:29Z
项目社区:https://github.com/romz-pl/innodb-modularization

开源协议:Other

下载


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