mariadb/storage
Yuchen Pei 39aeab3b6d
MDEV-27260 Implement spider select handler
And add a variable spider_disable_select_handler, just like
spider_disable_group_by_handler. As part of the rollout process,
spider_disable_select_handler defaults to 1. The gbh will be
deprecated in due course. All spider tests are run twice, once with
the gbh and once with the sh.

Technically, the sh shares subroutines used by the gbh, and for now as
the V1 implementation it shares some similar limitations as the gbh:

- does not support statements with subqueries
- does not support tables with more than one read partitions
- only supports statements where all remote tables are on the same server
2025-10-02 19:27:21 +10:00
..
archive Merge branch '11.8' into main 2025-04-18 17:11:01 +02:00
blackhole Merge 11.4 into 11.7 2024-12-02 17:51:17 +02:00
columnstore MDEV-32854: Make JSON_DEPTH_LIMIT unlimited 2025-09-16 10:10:08 +05:30
connect Merge branch '12.0' into 12.1 2025-08-03 15:01:09 +02:00
csv Merge branch '11.8' into 12.0 2025-07-31 20:55:47 +02:00
example Merge branch '11.4' into 11.8 2025-06-18 07:43:24 +02:00
federated Merge branch '11.8' into 12.0 2025-07-31 20:55:47 +02:00
federatedx MDEV-35184 Corruption errors upon creation or usage of Federated table with vector key 2025-07-21 10:24:14 +02:00
heap Fix typos in C comments inside storage/ 2025-03-26 16:56:50 +04:00
innobase MDEV-36554 addendum: Assertion `is_wsrep() == wsrep_on(mysql_thd)' failed in void trx_t::commit_in_memory(const mtr_t*) 2025-08-04 14:58:18 +02:00
maria Merge branch '12.0' into 12.1 2025-08-03 15:01:09 +02:00
mroonga Merge branch '11.8' into 12.0 2025-06-18 07:50:39 +02:00
myisam Merge branch '12.0' into 12.1 2025-08-03 15:01:09 +02:00
myisammrg MDEV-28933: Per-table unique FOREIGN KEY constraint names 2025-07-08 12:30:27 +03:00
oqgraph Fix typos in C comments inside storage/ 2025-03-26 16:56:50 +04:00
perfschema MDEV-34817 perfschema.lowercase_fs_off fails on buildbot 2025-08-03 15:00:07 +02:00
rocksdb Merge branch '11.8' into 12.0 2025-07-31 20:55:47 +02:00
sequence cleanup: extract transaction-related part of handlerton 2024-11-05 14:00:50 -08:00
sphinx Merge 11.4 into 11.7 2024-12-02 17:51:17 +02:00
spider MDEV-27260 Implement spider select handler 2025-10-02 19:27:21 +10:00
test_sql_discovery MDEV-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +04:00