influxdb/cmd/influx_inspect
Jonathan A. Sternberg 1d03151631 Remove FieldCodec from tsdb package
Updated `influx_inspect` to use the `FieldDimensions` method instead
(more reliable anyway). The `influx_tsm` program used its own vendored
copy of `FieldCodec` so it is not affected by this change. `FieldCodec`
was only used for the `b1` and `bz1` engines which were removed in 0.12,
but the code that created the field codec was never removed. This
limited the maximum number of fields to 255 even though that restriction
was removed with the `tsm1` engine.

Fixes #6869.
2016-06-19 21:38:43 -05:00
..
export.go Display value according to type. 2016-05-02 22:08:15 -07:00
info.go Remove FieldCodec from tsdb package 2016-06-19 21:38:43 -05:00
main.go Change `dump` to `export` 2016-05-02 21:42:42 -07:00
tsm.go Remove TSM reader Keys func 2016-04-27 13:09:52 -06:00
verify.go Remove NewTSMReaderWithOptions 2016-04-27 13:09:52 -06:00