1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-30 05:23:50 +03:00
Files
mariadb/sql/opt_hints.cc
Dave Gosselin 5ab153c2c5 MDEV-37389 Hint NO_MERGE(@qb_name) is accepted but has no effect
Allows [NO_]MERGE(@qb_name) and [NO_]MERGE() to apply to all tables
in a target named query block and all tables in the current query
block, respectively.

Repairs a bug when fixing hints for derived tables that prevented
derived tables from being linked with a query block's hints in the
case that no derived tables were explicitly specified in the query.
2025-10-17 11:32:38 -04:00

42 KiB