1. 19 Dec, 2006 1 commit
    • gkodinov/kgeorge@macbook.gmz's avatar
      Bug #23578: Corruption prevents Optimize table from working properly with a · 8e036791
      gkodinov/kgeorge@macbook.gmz authored
      spatial index
       While executing OPTIMIZE TABLE on MyISAM tables the server re-creates the
       index file(s) in order to sort them physically by the key. This cannot be 
       done for R-tree indexes as it makes no sense.
       The server was not checking the type of the index and was accessing an 
       R-tree index as if it was a B-tree.
       Fixed by preventing sorting the index file if it contains an R-tree index.  
       
      8e036791
  2. 13 Dec, 2006 1 commit
    • igor@olga.mysql.com's avatar
      Fixed bug #25027. · 026196c4
      igor@olga.mysql.com authored
      Removed an assertion that was not valid for the cases where the query
      in a prepared statement contained a single-row non-correlated
      subquery that was used as an argument of the IS NULL predicate.
      026196c4
  3. 12 Dec, 2006 4 commits
  4. 11 Dec, 2006 1 commit
  5. 07 Dec, 2006 2 commits
  6. 06 Dec, 2006 6 commits
  7. 05 Dec, 2006 13 commits
  8. 04 Dec, 2006 12 commits