Skip to content

Commit

Permalink
Remove orphaned constant
Browse files Browse the repository at this point in the history
  • Loading branch information
esquith committed Feb 5, 2023
1 parent 820423b commit 56d365f
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions lib/new_relic/agent/database.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 56d365f

Please sign in to comment.