influxdb/coordinator
Jonathan A. Sternberg aae88fc3c3 Support ON and use default database for SHOW commands
Normalize all of the SHOW commands so they allow both using ON to
specify the database and using the default database. Some commands would
require one and some would require the other and it was confusing when
using the query language.

Affected commands:

* SHOW RETENTION POLICIES
* SHOW MEASUREMENTS
* SHOW SERIES
* SHOW TAG KEYS
* SHOW TAG VALUES
* SHOW FIELD KEYS
2016-09-13 15:36:59 -05:00
..
config.go Remove old cluster config options 2016-05-11 12:59:30 -06:00
config_test.go Remove old cluster config options 2016-05-11 12:59:30 -06:00
meta_client.go Use defaults from `meta` package for `CREATE DATABASE` 2016-08-30 13:23:49 -05:00
meta_client_test.go Use defaults from `meta` package for `CREATE DATABASE` 2016-08-30 13:23:49 -05:00
points_writer.go Fix base64 encoding issue in stats 2016-08-22 15:21:31 +01:00
points_writer_test.go Drop writes from before the retention policy time window 2016-07-05 12:29:14 -05:00
statement_executor.go Support ON and use default database for SHOW commands 2016-09-13 15:36:59 -05:00
statement_executor_test.go concurrent series limit 2016-08-09 08:58:01 -06:00