influxdb/services/meta
Edd Robinson dcb6e318e9 Creating CQ with identical query does not error
Partially fixes #6094.

Prior to this when passing the same query and CQ name in a CREATE
CONTINUOUS QUERY command an error would be returned. This means the
command was not behaving in a similar way to other commands.a

Now when running the command with the same CQ name and query string no
error will be returned. Note, this change does not parse the query, it
simply compares a normalised query string to the existing one on the CQ.
2016-03-29 11:35:04 +01:00
..
internal DROP SHARD 2016-03-14 22:59:55 +00:00
client.go Correct the CREATE RETENTION POLICY error behaviour 2016-03-29 11:07:26 +01:00
client_test.go Creating CQ with identical query does not error 2016-03-29 11:35:04 +01:00
config.go in memory meta, single node configs, etc. 2016-03-14 16:55:54 +00:00
config_test.go in memory meta, single node configs, etc. 2016-03-14 16:55:54 +00:00
data.go Creating CQ with identical query does not error 2016-03-29 11:35:04 +01:00
data_test.go make work with p-meta 2016-03-14 16:55:54 +00:00
errors.go Fix meta.Client CreateDatabaseWithRetentionPolicy RPC command 2016-02-16 16:21:26 -05:00
file_unix.go Add platform specific override for file rename. 2016-03-18 21:45:29 +05:30
file_windows.go Add platform specific override for file rename. 2016-03-18 21:45:29 +05:30
meta_test.go Update authentication cache to work for clusters 2016-02-12 07:16:57 -05:00
query_authorizer.go adds missing srv.Handler.QueryAuthorizer 2016-02-23 00:02:48 -05:00
response_logger.go rough out meta service 2016-01-21 15:28:31 -05:00