mysql_genius 0.8.0 → 0.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/mysql_genius/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 637da7a2a5441d7195dc1c978e40e7289e7f0ba5db68c55b6696363dcee3c313
|
|
4
|
+
data.tar.gz: 0b37933d2a0faa1ae8803456c6c2ebb8cf179e182b2aeaac3fe1e67b22d42d10
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 26b1727acbcd3745da3d17a4ae9837efc63a3417d73a4ac3b3ae0220b423e96f735c9d2c4cf716e351fc31d8e34b6524331c1af30e7c3e2be5a711102b045f1d
|
|
7
|
+
data.tar.gz: 0ae1270e27a4bf2183e9a1f2a14dcdf2c1c1ec4ee5fe6184a807ea96f3d0a97036182dc2968f690e9f9f4e660b98ec58546f131a41b22674ef2963feb6c2c7bf
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.8.1
|
|
4
|
+
|
|
5
|
+
### Fixed
|
|
6
|
+
- **Older MySQL compatibility** — the `DIGEST` column in `performance_schema.events_statements_summary_by_digest` is not present on all MySQL/MariaDB versions. `QueryStats` now checks for column existence before including it in the SELECT. Query links in the Query Stats tab gracefully degrade to plain text when the digest is unavailable.
|
|
7
|
+
|
|
3
8
|
## 0.8.0
|
|
4
9
|
|
|
5
10
|
### Added
|
data/lib/mysql_genius/version.rb
CHANGED