We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
增加部分在mysql8.0下遇到无法解析的结点类型 在include.py中修改: innodb_page_type={ '0000':u'Freshly Allocated Page', '0002':u'Undo Log Page', '0003':u'File Segment inode', '0004':u'Insert Buffer Free List', '0005':u'Insert Buffer Bitmap', '0006':u'System Page', '0007':u'Transaction system Page', '0008':u'File Space Header', '0009':u'扩展描述页', '000a':u'Uncompressed BLOB Page', '000b':u'1st compressed BLOB Page', '000c':u'Subsequent compressed BLOB Page', '45bf':u'B-tree Node', '45bd':u'Tablespace SDI Index page.', '0017':u'Data pages of uncompressed LOB.', '0018':u'The first page of an uncompressed LOB.' } 其他页结点类型可参考https://dev.mysql.com/doc/dev/mysql-server/latest/fil0fil_8h.html#a98d3fc7dcab858ee6f9981dca51089a7
The text was updated successfully, but these errors were encountered:
No branches or pull requests
增加部分在mysql8.0下遇到无法解析的结点类型
在include.py中修改:
innodb_page_type={
'0000':u'Freshly Allocated Page',
'0002':u'Undo Log Page',
'0003':u'File Segment inode',
'0004':u'Insert Buffer Free List',
'0005':u'Insert Buffer Bitmap',
'0006':u'System Page',
'0007':u'Transaction system Page',
'0008':u'File Space Header',
'0009':u'扩展描述页',
'000a':u'Uncompressed BLOB Page',
'000b':u'1st compressed BLOB Page',
'000c':u'Subsequent compressed BLOB Page',
'45bf':u'B-tree Node',
'45bd':u'Tablespace SDI Index page.',
'0017':u'Data pages of uncompressed LOB.',
'0018':u'The first page of an uncompressed LOB.'
}
其他页结点类型可参考https://dev.mysql.com/doc/dev/mysql-server/latest/fil0fil_8h.html#a98d3fc7dcab858ee6f9981dca51089a7
The text was updated successfully, but these errors were encountered: