Skip to content

Commit

Permalink
MDEV-18479 Assertion `join->best_read < double(1.79769313486231570815…
Browse files Browse the repository at this point in the history
…e+308L)'

or server crashes in JOIN::fix_all_splittings_in_plan after EXPLAIN

This patch resolves the problem of overflowing when performing
calculations to estimate the cost of an evaluated query execution plan.
The overflowing in a non-debug build could cause different kind of
problems uncluding crashes of the server.
  • Loading branch information
igorbabaev committed May 28, 2019
1 parent 4584c18 commit 0955462
Show file tree
Hide file tree
Showing 5 changed files with 772 additions and 79 deletions.
Loading

0 comments on commit 0955462

Please sign in to comment.