-
Notifications
You must be signed in to change notification settings - Fork 338
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ac78ad6
commit 56bb362
Showing
1 changed file
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# InnoDB Diagrams # | ||
|
||
The purpose of this project is to build complete and understandable InnoDB internals diagrams. This project is a work in progress and should not be considered complete. These diagrams are based on intensive study of the InnoDB code in addition to re-implementation of the data structures therein in Ruby in the [innodb_ruby](http://github.com/jeremycole/innodb_ruby/) project. | ||
|
||
This work has primarily been completed by: | ||
* Jeremy Cole ([jeremycole](http://github.com/jeremycole/)) | ||
* Davi Arnaut ([darnaut](http://github.com/darnaut/)) |