1. 27 Jun, 2006 1 commit
    • stewart@mysql.com's avatar
      BUG#20725 MySQLD cluster use "fast count" is broken · bc91efe0
      stewart@mysql.com authored
      Post recent handler changes, fast count(*) for cluster was broken.
      
      Seeing as we maintain an exact count for ndb, we can easily use this for an optimisation.
      
      With this patch, and use_exact_count DISABLED, we will use the fast way
      of getting count(*) but not use the exact count for the optimiser.
      
      With this patch and use_exact_count ENABLED, we will use the fast way of
      getting count(*) and use the exact count for the optimiser.
      bc91efe0
  2. 25 Jun, 2006 3 commits
  3. 24 Jun, 2006 4 commits
  4. 23 Jun, 2006 13 commits
  5. 22 Jun, 2006 12 commits
  6. 21 Jun, 2006 7 commits