All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Fix Elixir 1.17 deprecation warnings
- Add MySQL 8.4
- Add MariaDB 11.4
- Drop MySQL 5.7 and 8.1
- Drop MariaDB 10.4
- Relax
table_rex
version to~> 3.1
or~> 4.0
- Bump deps
- Delete unused dependencies in
mix.lock
- Add MySQL 8.1
- Add MariaDB 11.0 and 11.1
- Drop MariaDB 10.9 and 10.10
- Bump deps
- Support MariaDB 10.9, 10.10, 10.11
- Drop MariaDB 10.3
- List active connections
- Support
query_opts
withlog
option to enable/disable logging (disabled by default)
- Fix README.md links and docs
- Drop MariaDB 10.2
- Bump deps
- InnoDB Dirty pages ratio query #11
- InnoDB Waits for checkpoint query #12
- InnoDB Waits for redolog query #13
- Table cache query #14
- Deleted
max_memory_used
from Long running queries - Misc doc changes (#5)
- Add MariaDB 10.2, 10.3, 10.4
- Query: Long running queries (#1)
- Renamed
DBStatus
toDbStatus
- Pass query arguments inside
args
keyword list
- Convert Total table size to unsigned integer inside SQL query
- Add MariaDB 10.6
- Compile error when table_rex isn't loaded
- Query: DB settings
- Query: DB status
- Query: Unused indexes
- Query: Records rank
- Delete views from query results
- Exclude Primary key from Index size query
- Don't convert total index size inside SQL query
- Add MySQL 5.7
- Initial commit
- Query: Index Size
- Query: Plugins
- Query: Table indexes size
- Query: Table size
- Query: Total index size
- Query: Total table size