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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 15b1fc129dbade000c7a7467601b927804f11f73892a0f450f92f6ffc1d4b313
4
- data.tar.gz: d01c43dd9e9e06212c6fa85cad829fe940c982b1a1cf412ae02336de69bde376
3
+ metadata.gz: 637da7a2a5441d7195dc1c978e40e7289e7f0ba5db68c55b6696363dcee3c313
4
+ data.tar.gz: 0b37933d2a0faa1ae8803456c6c2ebb8cf179e182b2aeaac3fe1e67b22d42d10
5
5
  SHA512:
6
- metadata.gz: 3b9e69fee6f8b6c79e36bdccca6c838876f10fb79b333464496f37aa14db50d42b2507a4dfd18e0162c2b612af4279bf4ea731cd765da83068a23f3e303c340e
7
- data.tar.gz: cf0730102bb3ce854f669dcf77343c3f5f0704996e1fa5bbe0c08c6a02f34110c59dfa53d9a303044f5c8ac6417f9e6f2863d3cc1d2535e84f108922b3379d0e
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module MysqlGenius
4
- VERSION = "0.8.0"
4
+ VERSION = "0.8.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mysql_genius
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Antarr Byrd