1. 21 Jun, 2006 1 commit
    • svoj@may.pils.ru's avatar
      BUG#20357 - Got error 124 from storage engine using MIN and MAX · 8b98be28
      svoj@may.pils.ru authored
                  functions in queries
      
      Using MAX()/MIN() on table with disabled indexes (by ALTER TABLE)
      results in error 124 (wrong index) from storage engine.
      
      The problem was that optimizer use disabled index to optimize
      MAX()/MIN(). Normally it must skip disabled index and perform
      table scan.
      
      This patch skips disabled indexes for min/max optimization.
      8b98be28
  2. 15 Jun, 2006 1 commit
  3. 14 Jun, 2006 10 commits
  4. 12 Jun, 2006 7 commits
  5. 09 Jun, 2006 2 commits
  6. 08 Jun, 2006 5 commits
  7. 07 Jun, 2006 2 commits
  8. 06 Jun, 2006 2 commits
  9. 02 Jun, 2006 1 commit
  10. 01 Jun, 2006 4 commits
  11. 31 May, 2006 1 commit
  12. 30 May, 2006 3 commits
  13. 29 May, 2006 1 commit