MDEV-30328 Assertion `avg_io_cost != 0.0 || index_cost.io + row_cost.io == 0'...
MDEV-30328 Assertion `avg_io_cost != 0.0 || index_cost.io + row_cost.io == 0' failed in Cost_estimate::total_cost() The assert was there to check that engines reports sensible numbers for IO. However this does not work in case of optimizer_disk_read_ratio=0. Fixed by removing the assert.
Showing
Please register or sign in to comment