1. 23 Oct, 2007 10 commits
  2. 22 Oct, 2007 4 commits
  3. 21 Oct, 2007 3 commits
  4. 18 Oct, 2007 6 commits
  5. 17 Oct, 2007 1 commit
  6. 16 Oct, 2007 1 commit
  7. 15 Oct, 2007 3 commits
  8. 14 Oct, 2007 1 commit
  9. 13 Oct, 2007 2 commits
  10. 12 Oct, 2007 3 commits
  11. 11 Oct, 2007 3 commits
  12. 10 Oct, 2007 3 commits
    • gshchepa/uchum@gleb.loc's avatar
      Fixed bug #31471: decimal_bin_size: Assertion `scale >= 0 && · 356007a8
      gshchepa/uchum@gleb.loc authored
                        precision > 0 && scale <= precision'.
      
      A sign of a resulting item of the IFNULL function was not
      updated and the maximal length of this result was calculated
      improperly. Correct algorithm was copy&pasted from the IF
      function implementation.
      356007a8
    • gkodinov/kgeorge@magare.gmz's avatar
      Bug #30825: Problems when putting a non-spatial index on a GIS column · e971b18f
      gkodinov/kgeorge@magare.gmz authored
       Fixed the usage of spatial data (and Point in specific) with 
       non-spatial indexes.
       Several problems :
         - The length of the Point class was not updated to include the 
           spatial reference system identifier. Fixed by increasing with 4 
           bytes.
         - The storage length of the spatial columns was not accounting for
           the length that is prepended to it. Fixed by treating the 
           spatial data columns as blobs (and thus increasing the storage
           length)
         - When creating the key image for comparison in index read wrong
           key image was created (the one needed for and r-tree search,
           not the one for b-tree/other search). Fixed by treating the
           spatial data columns as blobs (and creating the correct kind of
           image based on the index type). 
      e971b18f
    • gluh@eagle.(none)'s avatar
      Merge mysql.com:/home/gluh/MySQL/Merge/5.0 · 20ec6605
      gluh@eagle.(none) authored
      into  mysql.com:/home/gluh/MySQL/Merge/5.0-opt
      20ec6605