1
0
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:
Sergei Golubchik
2021-12-16 13:31:55 +01:00
parent fca37e49bb
commit 918f524490
5 changed files with 24 additions and 5 deletions

View File

@@ -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,