percona-server
percona-server copied to clipboard
Percona Server
# Summary This PR is a proposal - we should chat further. This PR modifies flow-control logic to only kick in when majority of nodes require it. The use-case is...
LatchCounter uses a std::vector for storing registered counters, which leads to n^2 behavior during dict_make_room_in_cache; this can hold the dict_sys->mutex for multiple seconds at a time in the case where...
https://jira.percona.com/browse/PS-8022 Initial support for RocksDB Storage Engine on ARM platform. 'RocksDB' Storage Engine main 'CMakeLists.txt' file extended with additional logic that detects 'armv8-a+crc+crypto' instruction set support that allows to enable...
modified: doc/source/diagnostics/innodb_show_status.rst modified: doc/source/management/audit_log_plugin.rst modified: doc/source/management/innodb_kill_idle_trx.rst modified: doc/source/myrocks/variables.rst modified: doc/source/performance/aio_page_requests.rst modified: doc/source/performance/prefix_index_queries_optimization.rst modified: doc/source/scalability/innodb_io.rst modified: doc/source/security/data-at-rest-encryption.rst modified: doc/source/tokudb/tokudb_file_management.rst modified: doc/source/tokudb/tokudb_variables.rst
https://jira.percona.com/browse/PS-8175 Problem: fil_io_set_encryption() accesses fields of fil_space_t multiple times, and when fil_reset_encryption() is called concurrently from another thread, latter may change fields of fil_space_t while fil_io_set_encryption() is still in progress....
…8.0) Changes to be committed: modified: source/index.rst modified: source/security/using-keyring-plugin.rst
Merged with 5.7
This is the fix for https://bugs.mysql.com/bug.php?id=100384 still present in last version 8. The file is duplicate in the source: ``` build-ps/debian/extra/mysql-helpers packaging/deb-in/extra/mysql-helpers ``` the one in `packaging/` was already ok....
This work is based on top of https://github.com/percona/percona-server/pull/4462 1. Rebased to current 8.0 HEAD 2. SST files are immutable. Master Key rotation affects only new files 3. Introduced EncryptionInfoStorage interface...