Maciej Dobrzanski

Results 3 issues of Maciej Dobrzanski

### Summary The aws_rds inventory plugin stores datetime objects into hostvars, which ends up breaking various dictionary filters and lookups. The problem goes away once the objects are converted into...

needs_verified

The original code uses signed `char` type for variables that hold the character being processed. It breaks 8-bit ASCII characters used in many European languages, but also prevents the library...

`pt-config-diff` relies on `SHOW GLOBAL VARIABLES` for listing run-time variables. MySQL 5.7 and newer implement the command by reading the contents of the `performance_schema` table called `global_variables`, but the table...