Issues
- Improve documentation for max_slowlog_size system variablePS-9347Resolved issue: PS-9347patrick.birch
- Azure build issue with clang-18 in trunk after release-8.3.0 mergedPS-9211Resolved issue: PS-9211Oleksandr Kachan
- Implement component for AWS S3 bulk data loadPS-9187oleksiy.lukin
- Implement support of bulk data load from AWS S3PS-9182Oleksandr Kachan
- Align component_masking_functions with new additions from 8.3.0PS-9181Resolved issue: PS-9181Oleksandr Kachan
- PS 8.0 build fails on CentOS 7 with -DWITH_SSL=openssl11PS-9151Resolved issue: PS-9151Oleksandr Kachan
- Align component_masking_functions with new additions from 8.3.0PS-9148Resolved issue: PS-9148Yura Sorokin
- Replication from InnoDB table to RocksDB fails when binlog_transaction_dependency_tracking=WRITESETPS-9122Oleksandr Kachan
- InnoDB updates the primary index but not the spatial index, crashing MySQLPS-9121Resolved issue: PS-9121Varun Arakere Nagaraju
- Server crash after setting innodb_interpreter_output sysvarPS-9117Resolved issue: PS-9117Oleksandr Kachan
- Add a known issue to the Upgrade Overview doc for 8.1/8.2PS-9087Resolved issue: PS-9087patrick.birch
- Add the secure_log_path usage examplePS-9058Resolved issue: PS-9058alina.derkach
- cmake failing with CURL library not foundPS-9057Resolved issue: PS-9057Oleksandr Kachan
- Document new features in percona-202302 to percona-202305PS-9044Resolved issue: PS-9044alina.derkach
- Fix failing routertest_integration_* and testSecureSocket unit testsPS-9041Resolved issue: PS-9041Oleksandr Kachan
- Unstable percona_userstat_conn_handling testPS-9031Resolved issue: PS-9031Oleksandr Kachan
- Create a topic indexPS-8957Resolved issue: PS-8957
- Update the 8.1 upgrade/downgrade guides (8.1)PS-8931Resolved issue: PS-8931patrick.birch
- 8.1.0-1 release notes and release tasksPS-8926Resolved issue: PS-8926patrick.birch
- In 8.1 - remove ZenFS and any referencesPS-8893Resolved issue: PS-8893patrick.birch
- Add quick start topicPS-8889Resolved issue: PS-8889patrick.birch
- Server option replication_sender_observe_commit_only is not honored for XA ROLLBACKPS-8880
22 of 22
Improve documentation for max_slowlog_size system variable
Done
General
Escalation
General
Escalation
Description
Environment
None
Details
Details
Assignee
patrick.birch
patrick.birchReporter
Oleksandr Kachan
Oleksandr KachanNeeds Doc
Yes
Components
Fix versions
Affects versions
Priority
Smart Checklist
Smart Checklist
Created August 13, 2024 at 3:33 PM
Updated August 14, 2024 at 11:46 AM
Resolved August 14, 2024 at 11:46 AM
Activity
Show:
Current description of max_slowlog_size system variable is a bit misleading https://docs.percona.com/percona-server/5.7/flexibility/slowlog_rotation.html#max_slowlog_size . Currently documentation doesn’t mention
Block Size=4096
. A value that is not an integer multiple of this block size is rounded down to the next lower multiple of the block size. As a result, attempt to set max_slowlog_size to a value less than 4096 will lead to zero resulting value. This behavior is not clear without directly mentioning this in docs. Please see MySQLs docs for audit_log_max_size as an examplehttps://dev.mysql.com/doc/refman/8.4/en/audit-log-reference.html#sysvar_audit_log_max_size
https://dev.mysql.com/doc/refman/8.4/en/server-system-variables.html#system-variables-block-size