mirror of
https://github.com/MariaDB/server.git
synced 2025-12-03 05:41:09 +03:00
The select mentioned in the bug attempted to create a temporary table using the maria storage engine. The table needs to have primary keys such that duplicates can be removed. Unfortunately this use case has a longer than allowed key and the tmp table got created without a temporary key. We must not allow materialization for the subquery if the total key length and key parts is greater than what the storage engine supports.
197 KiB
197 KiB