jeremycole / innodb_ruby

A parser for InnoDB file formats, in Ruby
http://rubygems.org/gems/innodb_ruby
Other
1.69k stars 314 forks source link

Add support for reading SDI from InnoDB #202

Closed jeremycole closed 3 weeks ago

jeremycole commented 3 weeks ago

This adds initial support for reading the SDI content from InnoDB tablespace files, but doesn't yet use the SDI for anything other than a new space-sdi-json-dump mode (similar to ibd2sdi), which can be used to confirm that SDI is successfully read. Subsequent work will refactor the Innodb::DataDictionary class to be able to make use of SDI.

Related to #97 and #185.