grafana/pkg/tsdb/mysql
Brad Lhotsky a8ac215039 Add a few more MySQL macros:
* $__timeFrom() -> Returns the dashboard 'from' suitable for use querying
  against a MySQL TIMESTAMP field.
* $__timeTo() -> Returns the dashboard 'to' suitable for use querying
  against a MySQL TIMESTAMP field.
* $__unixEpochFiler(column) -> If you store timestamps as UNIX epoch's,
  this builds: column > 'from' AND column < 'to'
* $__unixEpochFrom() -> Returns the dashboard 'from' suitable for use querying
  against a MySQL integer field (UNIX epochs)
* $__unixEpochTo() -> Returns the dashboard 'to' suitable for use querying
  against a MySQL integer field (UNIX epochs)
2017-08-08 14:40:27 +02:00
..
macros_test.go Fix timeInterval for mysql datasource (#8651) 2017-06-19 08:58:22 -04:00
macros.go Add a few more MySQL macros: 2017-08-08 14:40:27 +02:00
mysql.go mysql: fix for TIME columns, fixes #8534 2017-06-23 12:55:40 -04:00