mirror of
https://github.com/MariaDB/server.git
synced 2025-11-12 10:22:39 +03:00
In file sql/opt_range.cc,when calculate_cond_selectivity_for_table() is called with optimizer_use_condition_selectivity=4 then - thd->no_errors is set to 1 - the original value of thd->no_error is not restored to its original value - this is causing the assertion to fail in the subsequent queries Fixed by restoring the original value of thd->no_errors
4.6 KiB
4.6 KiB