mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 10:03:33 -06:00
only look in current database in findMetricTable
This commit is contained in:
parent
2f254187fc
commit
9bb2b70a95
@ -51,6 +51,7 @@ export class MysqlMetaQuery {
|
||||
) AS value_column
|
||||
FROM information_schema.tables t
|
||||
WHERE
|
||||
t.table_schema = database() AND
|
||||
EXISTS
|
||||
( SELECT 1
|
||||
FROM information_schema.columns c
|
||||
|
Loading…
Reference in New Issue
Block a user