innodb_ruby icon indicating copy to clipboard operation
innodb_ruby copied to clipboard

A parser for InnoDB file formats, in Ruby

Results 25 innodb_ruby issues
Sort by recently updated
recently updated
newest added

Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.35.0 to 1.39.0. Release notes Sourced from rubocop's releases. RuboCop 1.39 New features #11091: Add autocorrect for Layout/LineContinuationLeadingSpace. (@​FnControlOption) Bug fixes #11150: Improve Style/RedundantRegexpEscape to catch unnecessarily...

dependencies

Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.12.1 to 2.15.0. Release notes Sourced from rubocop-rspec's releases. RuboCop RSpec v2.15.0 Fix a false positive for RSpec/RepeatedDescription when different its block expectations are used. ([@​ydah]) Add...

dependencies

Bumps [bindata](https://github.com/dmendel/bindata) from 2.4.10 to 2.4.14. Changelog Sourced from bindata's changelog. == Version 2.4.14 (2022-10-31) Use Comparable#clamp instead of manual calculations. Update tests to new minitest requirements. Adjust tests due...

dependencies

Updates the requirements on [rspec](https://github.com/rspec/rspec-metagem) to permit the latest version. Commits 58d7eac v3.12.0 f4393df Version 3.11.0 See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rspec&package-manager=bundler&previous-version=3.11.0&new-version=3.12.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts...

dependencies

Add support for MySQL 8.0. There are a number of changes needed to support MySQL 8.0, and some new data structures to implement: * [x] Support new headers in FSP...

feature-request

![image](https://user-images.githubusercontent.com/10102692/160327406-9ebb84dc-40e9-4885-af77-27601313c7b3.png)

parsing ibata1 for MariadB10.5/ 10.6 cause error └──╼ #ruby -r rubygems -I lib bin/innodb_space -s /var/lib/mysql/ibdata1 system-spaces name pages indexes Traceback (most recent call last): 11: from bin/innodb_space:1714:in `' 10:...

feature-request

innodb_space does not support yet InnoDB FTS indexes. ``` emanuel@3laptop ~/sandboxes/rcsandbox_mysql-5_7_9/node1/data/test $ innodb_space -I test/oe_email -T test/Emails -s ../ibdata1 index-recurse /var/lib/gems/1.9.1/gems/innodb_ruby-0.9.13/lib/innodb/system.rb:213:in `index_by_name': undefined method `[]' for nil:NilClass (NoMethodError) from /var/lib/gems/1.9.1/gems/innodb_ruby-0.9.13/bin/innodb_space:1730:in...

feature-request

`[root@localhost innodb]# innodb_space -s ibdata1 -T test/user_info space-page-type-regions Traceback (most recent call last): 11: from /opt/rh/rh-ruby27/root/usr/local/bin/innodb_space:23:in `' 10: from /opt/rh/rh-ruby27/root/usr/local/bin/innodb_space:23:in `load' 9: from /opt/rh/rh-ruby27/root/usr/local/share/gems/gems/innodb_ruby-0.12.0/bin/innodb_space:1603:in `' 8: from /opt/rh/rh-ruby27/root/usr/local/share/gems/gems/innodb_ruby-0.12.0/lib/innodb/system.rb:97:in `space_by_table_name' 7:...

There are multiple things that need to happen to support SDI fully, at least support for: * New SDI header in FSP page * New page types (`SDI`, `SDI_BLOB`, `SDI_ZBLOB`)....

feature-request