1. 23 Dec, 2006 1 commit
  2. 21 Dec, 2006 1 commit
  3. 20 Dec, 2006 1 commit
  4. 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
  5. 15 Dec, 2006 2 commits
    • evgen@moonbone.local's avatar
      Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0-opt · 8f5429be
      evgen@moonbone.local authored
      into  moonbone.local:/home/evgen/bk-trees/mysql-5.0-opt
      8f5429be
    • gkodinov/kgeorge@macbook.gmz's avatar
      Bug #15439: UDF name case handling forces DELETE FROM mysql.func to remove · d56d3a69
      gkodinov/kgeorge@macbook.gmz authored
                  the UDF
      When deleting a user defined function MySQL must remove it from both the
      in-memory hash table and the mysql.proc system table.
      Finding (and removal therefore) from the internal hash table is case 
      insensitive (or whatever the default charset is), whereas finding and 
      removal from the system table is case sensitive.
      As a result if you supply a function name that is not in the same character
      case to DROP FUNCTION the server will remove the function only from the
      in-memory hash table and will keep the row in mysql.proc system table.
      This will cause inconsistency between the two structures (that is fixed
      only by restarting the server).
      Fixed by using the name in the precise case (from the in-memory hash table)
      to delete the row in the mysql.proc system table. 
      d56d3a69
  6. 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
  7. 12 Dec, 2006 5 commits
  8. 11 Dec, 2006 1 commit
  9. 07 Dec, 2006 2 commits
  10. 06 Dec, 2006 6 commits
  11. 05 Dec, 2006 13 commits
  12. 04 Dec, 2006 6 commits