• unknown's avatar
    Fixed bug in the optimiser for FULL TABLE SCAN case: · db03c7e8
    unknown authored
    to estimate correctly cost of full table scan we should take into
    account rows read and skipped on each iteration.
    
    
    mysql-test/r/distinct.result:
      Fixed test suite: now full scan is used
      less often
    mysql-test/r/join_outer.result:
      Fixed test suite: now full scan is used
      less often
    mysql-test/r/select_safe.result:
      Fixed test suite: now full scan is used
      less often
    db03c7e8
select_safe.result 2.93 KB