From 56d365fb9c892a6b9453a5390f855f235084585c Mon Sep 17 00:00:00 2001 From: esquith Date: Sun, 5 Feb 2023 10:37:35 -0500 Subject: [PATCH] Remove orphaned constant --- lib/new_relic/agent/database.rb | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/lib/new_relic/agent/database.rb b/lib/new_relic/agent/database.rb index 73d8f20196..20f03b37c6 100644 --- a/lib/new_relic/agent/database.rb +++ b/lib/new_relic/agent/database.rb @@ -7,20 +7,6 @@ require 'new_relic/agent/database/obfuscator' module NewRelic - # columns for a mysql explain plan - MYSQL_EXPLAIN_COLUMNS = [ - "Id", - "Select Type", - "Table", - "Type", - "Possible Keys", - "Key", - "Key Length", - "Ref", - "Rows", - "Extra" - ].freeze - module Agent module Database MAX_QUERY_LENGTH = 16384