pt-table-checksum: Enabling PTDEBUG to debug a bug causes 'uninitialised value'
Bug #1579107 reported by
Kenny Gryp
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Percona Toolkit moved to https://jira.percona.com/projects/PT |
New
|
Undecided
|
Frank Cizmich |
Bug Description
```05-05T22:26:42 Error checksumming table db.tablename: Use of uninitialized value in join or string at /usr/bin/
```
small debugging erorr in pt-t-c
if the boundaries are `undef` (NULL) running with PTDEBUG fails because it tries to print an undef variable ^^.
You get this when you are using a nullable (non unique in this case) index with NULL values in there.
the same happens for:
```05-05T22:20:20 Error checksumming table db.tablename: Use of uninitialized value in string ne at /usr/bin/
```
This is with version 2.2.17
Changed in percona-toolkit: | |
assignee: | nobody → Frank Cizmich (frank-cizmich) |
To post a comment you must log in.
Percona now uses JIRA for bug reports so this bug report is migrated to: https:/ /jira.percona. com/browse/ PT-1343