mirror of
https://github.com/grafana/grafana.git
synced 2024-11-24 09:50:29 -06:00
75beeeed27
* E2E: Move mysql test to various suite * Decide command key based on platform
22 lines
610 B
JSON
22 lines
610 B
JSON
{
|
|
"results": {
|
|
"datasets": {
|
|
"status": 200,
|
|
"frames": [
|
|
{
|
|
"schema": {
|
|
"refId": "datasets",
|
|
"meta": {
|
|
"executedQueryString": "SELECT DISTINCT TABLE_SCHEMA from information_schema.TABLES where TABLE_TYPE != 'SYSTEM VIEW' ORDER BY TABLE_SCHEMA"
|
|
},
|
|
"fields": [
|
|
{ "name": "TABLE_SCHEMA", "type": "string", "typeInfo": { "frame": "string", "nullable": true } }
|
|
]
|
|
},
|
|
"data": { "values": [["DataMaker", "mysql", "performance_schema", "sys"]] }
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|