Skip to content

MyRocks Coding Conventions

Jay Edgar edited this page Mar 16, 2017 · 4 revisions

The coding conventions for the MyRocks code in storage/rocksdb/ is based on the default clang format with a few minor changes. The file storage/rocksdb/.clang-format describes conventions and can be integrated with Vim or Emacs as described here.

All code outside of storage/rocksdb/ should follow the MySQL Coding Conventions.

Clone this wiki locally