mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
RocksDB doesn't support DESC indexes yet
disallow descending indexes in rocksdb
This commit is contained in:
@@ -593,7 +593,7 @@ class Rdb_key_def {
|
||||
SECONDARY_FORMAT_VERSION_UPDATE3 = 65535,
|
||||
};
|
||||
|
||||
void setup(const TABLE *const table, const Rdb_tbl_def *const tbl_def);
|
||||
uint setup(const TABLE *const table, const Rdb_tbl_def *const tbl_def);
|
||||
|
||||
static uint extract_ttl_duration(const TABLE *const table_arg,
|
||||
const Rdb_tbl_def *const tbl_def_arg,
|
||||
|
Reference in New Issue
Block a user