1. 03 Mar, 2011 2 commits
    • Sergey Vojtovich's avatar
      Merge. · cb0e660d
      Sergey Vojtovich authored
      cb0e660d
    • Sergey Vojtovich's avatar
      BUG#11764339 - valgrind errors, random data when returning · 54755c78
      Sergey Vojtovich authored
                     ordered data from archive tables
      
      Archive was using wrong memory address to check if field
      is NULL (after filesort, when reading record again).
      
      mysql-test/r/archive.result:
        A test case for BUG#11764339.
      mysql-test/t/archive.test:
        A test case for BUG#11764339.
      storage/archive/ha_archive.cc:
        Null bytes are restored to "record" buffer, which may
        or may not be equal to record buffer for field. Check
        null bits in "record" buffer, instead of Field::null_ptr.
      54755c78
  2. 24 Feb, 2011 3 commits
    • Magne Mahre's avatar
      Merge from mysql-5.1-security · c4108ce3
      Magne Mahre authored
      c4108ce3
    • Magne Mahre's avatar
      Null merge · 21095485
      Magne Mahre authored
      21095485
    • Magne Mahre's avatar
      Bug#11767480 - SPATIAL INDEXES ON NON-SPATIAL COLUMNS CAUSE CRASHES. · 27166fc6
      Magne Mahre authored
            
      This is a backport of the patch for MySQL Bug#50574.
            
      Adding a SPATIAL INDEX on non-geometrical columns caused a
      segmentation fault when the table was subsequently 
      inserted into.
                  
      A test was added in mysql_prepare_create_table to explicitly
      check whether non-geometrical columns are used in a
      spatial index, and throw an error if so.
            
      For MySQL 5.5 and later, a new and more meaningful error 
      message was introduced.  For 5.1, we (re-)use an existing
      error code.
      27166fc6
  3. 11 Feb, 2011 3 commits
  4. 10 Feb, 2011 9 commits
  5. 09 Feb, 2011 11 commits
  6. 08 Feb, 2011 12 commits