You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this version, when --delete=False, both deleted and normal records are printed; when --delete=True, only deleted records are printed.
In my version, when --delete=False, only normal records are printed; when --delete=True, only deleted records are printed.
But, I think its better to use mask to control whether what kinds of records to print(deleted, normal or both)
In Innodb_page_index.py:412, it was:
I think its supposed to be:
When self.DELETED == True, we want to print is_deleted == True records.
The text was updated successfully, but these errors were encountered: