mirror of
https://github.com/MariaDB/server.git
synced 2025-11-30 05:23:50 +03:00
- The crash was caused because the optimizer called handler->multi_range_read_info() on a derived temporary table. That table has been created, but not opened yet. Because of that, handler::table was NULL, which caused crash. Fixed by changing DS-MRR methods to use handler::table_share instead. handler::table_share is set in handler ctor, so this should be safe.
111 KiB
111 KiB