influxdb/cluster
Jonathan A. Sternberg 42b68d915f Return a deprecated message when IF NOT EXISTS is used
The deprecated message is now attached to a new attribute returned with
the results. This message can then be read by clients to warn a user
about upcoming changes to the query engine.

The `influx` client has already been modified to read this message and
print it out for every format except CSV.

The first warning message is a deprecated message about removing `IF NOT
EXISTS` from `CREATE DATABASE`.

The message will also be printed to the server log.

Fixes #5707.
2016-04-15 09:17:59 -04:00
..
internal Scope all internal protobuf packages 2016-04-05 13:54:21 +01:00
balancer.go rename influxdb/influxdb to influxdata/influxdb 2016-02-10 10:26:18 -07:00
balancer_test.go rename influxdb/influxdb to influxdata/influxdb 2016-02-10 10:26:18 -07:00
client_pool.go Use read locks instead of write lock for connection pools checkout 2015-06-08 11:21:07 -06:00
cluster.go add canonical paths 2016-02-10 11:30:52 -07:00
config.go Cleanup QueryExecutor and split statement execution code 2016-04-04 13:27:17 -04:00
config_test.go rename influxdb/influxdb to influxdata/influxdb 2016-02-10 10:26:18 -07:00
meta_client.go DROP SHARD 2016-03-14 22:59:55 +00:00
meta_client_test.go DROP SHARD 2016-03-14 22:59:55 +00:00
points_writer.go Fixed consistency level parameter being ignored 2016-03-30 16:37:58 -06:00
points_writer_test.go Fixed consistency level parameter being ignored 2016-03-30 16:37:58 -06:00
pool.go Use a bounded pool for remote writes 2016-01-26 17:08:36 -07:00
rpc.go Scope all internal protobuf packages 2016-04-05 13:54:21 +01:00
rpc_test.go add SeriesList marshaling 2016-02-25 15:38:16 -07:00
service.go Fix processCreateIteratorRequest panic 2016-04-08 12:34:19 -04:00
service_test.go Send database and retention policy with remote writes 2016-03-01 21:23:03 -07:00
statement_executor.go Return a deprecated message when IF NOT EXISTS is used 2016-04-15 09:17:59 -04:00
statement_executor_test.go Modify cluster.TSDBStore interface to take a slice of meta.ShardInfo 2016-04-05 16:40:32 -04:00