This commit is contained in:
Scott Nelson 2015-10-20 22:58:50 -07:00
parent 0d216d1add
commit 172c0da02f

@ -14,7 +14,7 @@ def finish(name, id, payload)
end
# SCHEMA queries cannot be EXPLAINed, also we do not want to run EXPLAIN on
# our own EXPLAINs now matter how loopingly beautiful that would be.
# our own EXPLAINs no matter how loopingly beautiful that would be.
#
# On the other hand, we want to monitor the performance of our real database
# queries, not the performance of the access to the query cache.