mirror of
https://github.com/MariaDB/server.git
synced 2025-11-27 05:41:41 +03:00
When you only need view structure, don't call handle_derived with DT_CREATE and rely on its internal hackish check to skip DT_CREATE. Because handle_derived is called from many different places, and this internal hackish check is indiscriminative. Instead, just don't ask handle_derived to do DT_CREATE if you don't want it to do DT_CREATE.
1.3 KiB
1.3 KiB