Maciej Dobrzanski
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...
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...