Skip to content

KeyError: 'hidden' #87

Description

@theone1900

Environment
python version:Python 3.6.8
ibd2sql version:ibd2sql-2.2
OS version:Linux orcl 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
(mysqld 8.0.11)

Describe the bug
[root@orcl ibd2sql-2.2]# python3 main.py /data/mysql/data/wdd/wdd_sandbox_type.ibd --ddl
Traceback (most recent call last):
File "main.py", line 501, in
table = TABLE(x['sdi'])
File "/root/ibd2sql-2.2/ibd2sql/innodb_page/table.py", line 146, in init
self.init()
File "/root/ibd2sql-2.2/ibd2sql/innodb_page/table.py", line 170, in init
self.init_pkmr()
File "/root/ibd2sql-2.2/ibd2sql/innodb_page/table.py", line 729, in init_pkmr
if x['length'] < 4294967295 and not x['hidden']:

wdd_sandbox_type.zip

[root@orcl ibd2sql-2.2]#

To Reproduce

Other

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions