Skip to content

baixiaoyu/gibd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gibd

Introduction

This project is for parsing innodb blocks .

Usage


go run main.go -s ibdata1 -m system-spaces

go run main.go -s dba_user2.ibd -p 3 -m page-dump

TODO

parse undo block
read table information and parse record by parsing config file when there is no dictionary  info 
print all rows for user tables in ibd file.

For datatype, I just finished Integer and varchar, TransactionId, RollPointer implementation.

Releases

No releases published

Packages

No packages published

Languages