Files
scylladb/thrift
Pekka Enberg d088cb8181 Fix keyspace strategy options to preserve key-value ordering
Fix keyspace strategy options to preserve key-value ordering by
switching to std::map. We need this to be able to store the map in
database as JSON because unordered maps can cause the schema merging
code to attempt a keyspace update, which we don't support, even though
the values did not change.

Signed-off-by: Pekka Enberg <penberg@cloudius-systems.com>
2015-06-11 13:02:42 +03:00
..
2015-02-19 17:53:13 +02:00
2015-02-19 17:53:13 +02:00
2015-04-24 18:01:01 +02:00