mariadb/storage
Monty 37393bea23 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.
2020-03-24 21:00:04 +02:00
..
archive perfschema memory related instrumentation changes 2020-03-10 19:24:22 +01:00
blackhole cleanup: PSI key is *always* the first argument 2020-03-10 19:24:23 +01:00
cassandra cleanup: PSI key is *always* the first argument 2020-03-10 19:24:23 +01:00
connect Cleanups & indentation changes 2020-03-24 21:00:02 +02:00
csv cleanup: PSI key is *always* the first argument 2020-03-10 19:24:23 +01:00
example Merge 10.4 into 10.5 2019-12-16 07:47:17 +02:00
federated cleanup: PSI key is *always* the first argument 2020-03-10 19:24:23 +01:00
federatedx cleanup: pass trxid by value 2020-03-10 19:24:23 +01:00
heap Merge branch '10.4' into 10.5 2020-03-11 17:52:49 +01:00
innobase Replace handler::primary_key_is_clustered() with handler::pk_is_clustering_key() 2020-03-24 21:00:04 +02:00
maria Replace handler::primary_key_is_clustered() with handler::pk_is_clustering_key() 2020-03-24 21:00:04 +02:00
mroonga Replace handler::primary_key_is_clustered() with handler::pk_is_clustering_key() 2020-03-24 21:00:04 +02:00
myisam Improve update handler (long unique keys on blobs) 2020-03-24 21:00:02 +02:00
myisammrg Merge 10.4 into 10.5 2020-03-17 07:58:41 +02:00
oqgraph merge 10.4 to 10.5 2020-03-18 12:00:38 +02:00
perfschema Merge 10.4 into 10.5 2020-03-23 10:50:14 +02:00
rocksdb Replace handler::primary_key_is_clustered() with handler::pk_is_clustering_key() 2020-03-24 21:00:04 +02:00
sequence MDEV-16327: Server doesn't account for engines that supports OFFSET on their own. 2019-10-13 09:40:41 +02:00
sphinx Fix various spelling errors 2020-03-16 00:10:50 +02:00
spider Merge 10.4 into 10.5 2020-03-24 09:54:08 +02:00
test_sql_discovery MDEV-19944 Remove GIS data types from keyword list in lex.h 2019-07-04 07:48:46 +04:00
tokudb Replace handler::primary_key_is_clustered() with handler::pk_is_clustering_key() 2020-03-24 21:00:04 +02:00