MySQLOnRocksDB/mysql-5.6
forked from facebook/mysql-5.6

Loading…
Fix upstream optimizer bug on OR condition (Bug #75248) #38
Closed
yoshinorim opened this Issue
· 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://bugs.mysql.com/bug.php?id=75248 affects more in RocksDB than InnoDB because of costly range scan. MariaDB already fixed the problem and we already identified one line diff to fix the problem. We need to decide 1. waiting until Oracle fixes the bug and cloning into WebScaleSQL or 2. fixing WebScaleSQL directly