Grant Byers
Grant Byers
### Describe the bug In the http/modules.j2 template, the `realip` macro assumes that `set_real_ip_from` can only ever be a single value. In reality, `set_real_ip_from` can (and likely often is) be...
##### SUMMARY The proxysql version() suffix isn't standard, but plugins/module_utils/mysql.py expects it to exist. ie; ``` def _version(cursor): cursor.execute("select version();") res = cursor.fetchone() # 2.2.0-72-ge14accd # 2.3.2-percona-1.1 raw_version = res.get('version()').split('-',...
## Describe the bug With the release of Icinga DB 1.2.0, new functionality was added to always attempt to set the `wsrep_sync_wait` session variable on connection. This is done as...
The D64 disk format has several variations, including 35 track with an error map, 40 track & 40 track with error map (see https://wiki.retrograde.dk/doc:cbm:disk:image:d64#variations_on_the_d64_layout). This limits the ability to support...