Marcelo Altmann

Results 67 issues of Marcelo Altmann

### Board ESP32S2 ### Device Description ESP-s2-saola-1 ### Hardware Configuration No ### Version v2.0.2 ### IDE Name Arduino IDE ### Operating System Ubuntu 20.04 ### Flash frequency NA ### PSRAM...

Type: Feature request
Area: LIB Builder
Resolution: Awaiting response

Adjust logic to detect multi-threaded slave Problem: MySQL 8.0.30 deprecated setting slave_parallel_workers or replica_parallel_workers to 0. Setting those variables to 1 has the same effect (replication is single threaded). PXB...

https://jira.percona.com/browse/PXB-2669 Compress - ZSTD compression works by basically just consuming the read buffer and passing it to ZSTD_compressStream2. We utilize ZSTD build-in Thread Pooling. We now enable support for multi...

https://jira.percona.com/browse/PXB-2710 Changed naming from Predict to estimate.

…mount of buffer pool memory with memory estimation https://jira.percona.com/browse/PXB-2858 Problem: When preparing incremental backups, we call read_metadata twice. First time we read metadata file from incremental dir, but second time...

Hi @Tusamarco I would like to request the addition of a flag or even a new --active_failover mode that allows the script to follow the rules from 8000 host group...

If the client replies to an initial handshake packet with CapabilityFlags::CLIENT_CONNECT_WITH_DB set, RS attempts to parse the database. The problem relies on this flag being set if the client wants...

Fixed: ``` error: unexpected argument '--skip' found ```` Added one example of running a single test only.

Add support for DROP SNAPSHOT query. The underlining adaptor code is not yet implemented. Relates #456