diff options
author | Monty <monty@mariadb.org> | 2020-02-26 14:52:23 +0200 |
---|---|---|
committer | Monty <monty@mariadb.org> | 2020-03-24 21:00:04 +0200 |
commit | 37393bea23d10741cf99b59ddcaffd58e9652bb9 (patch) | |
tree | 4f3e0c06407386dfe101a0fb3a21dc0f037d6b60 /storage/rocksdb/ha_rocksdb.cc | |
parent | 8eba777c2bbad7721c818936a3a0ced3b2fcd59c (diff) | |
download | mariadb-git-37393bea23d10741cf99b59ddcaffd58e9652bb9.tar.gz |
Replace handler::primary_key_is_clustered() with handler::pk_is_clustering_key()
This was done to both simplify the code and also to be easier to handle
storage engines that are clustered on some other index than the primary
key.
As pk_is_clustering_key() and is_clustering_key now are using only
index_flags, these where removed from all storage engines.
Diffstat (limited to 'storage/rocksdb/ha_rocksdb.cc')
-rw-r--r-- | storage/rocksdb/ha_rocksdb.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/storage/rocksdb/ha_rocksdb.cc b/storage/rocksdb/ha_rocksdb.cc index efa5d3c428a..3fa13295496 100644 --- a/storage/rocksdb/ha_rocksdb.cc +++ b/storage/rocksdb/ha_rocksdb.cc @@ -11344,7 +11344,6 @@ ulonglong ha_rocksdb::table_flags() const } - /** @return HA_EXIT_SUCCESS OK |