mirror of
https://github.com/MariaDB/server.git
synced 2025-12-09 08:01:34 +03:00
USER VARIABLE = CRASH Moved the preparation of the variables that receive the output from SELECT INTO from execution time (JOIN:execute) to compile time (JOIN::prepare). This ensures that if the same variable is used in the SELECT part of SELECT INTO it will be properly marked as non-const for this query. Test case added. Used proper fast iterator.
13 KiB
13 KiB