1. 03 Mar, 2010 2 commits
  2. 02 Mar, 2010 1 commit
  3. 01 Mar, 2010 2 commits
  4. 26 Feb, 2010 1 commit
  5. 25 Feb, 2010 1 commit
  6. 23 Feb, 2010 1 commit
  7. 22 Feb, 2010 1 commit
    • Luis Soares's avatar
      Post-push fix for BUG#50364. · 1e638e72
      Luis Soares authored
      There was an erroneous parameter when calling flush_master_info
      from write_ignored_events_info_to_relay_log which could lead to a
      server crash. This happens because the I/O thread releases the
      log_lock before calling the flush_master_info.
      
      Set the function to call flush_master_info with third parameter
      to true, so that the mutex is properly taken.
      1e638e72
  8. 20 Feb, 2010 4 commits
  9. 19 Feb, 2010 1 commit
  10. 18 Feb, 2010 1 commit
  11. 17 Feb, 2010 6 commits
  12. 16 Feb, 2010 1 commit
    • Serge Kozlov's avatar
      Bug#48308. · ed76c63c
      Serge Kozlov authored
      1. Now test use fake_relay_log primitive
      2. Added RESET SLAVE to include/setup_fake_relay_log.inc for removing relay log info file
      3. Added RESET SLAVE to include/cleanup_fake_relay_log.inc
      4. Test moved to rpl suite as rpl_binlog_auto_inc_bug33029.test
      5. Updated result file
      ed76c63c
  13. 14 Feb, 2010 5 commits
  14. 12 Feb, 2010 7 commits
  15. 11 Feb, 2010 6 commits
    • Joerg Bruehe's avatar
      Upmerge changes done to the generic spec file in 5.0 to 5.1, · 16e60ff5
      Joerg Bruehe authored
      this includes a major whitespace (formatting) alignment
      and sequence changes to better agree with other spec files.
      
      Further changes:
      - All features are controlled by "%define" set from call
        options or builtin.
      - "bundled zlib" is on by default.
      - "with libgcc" is controlled by runtime detection of gcc.
      - Handling of "CFLAGS" and "CXXFLAGS" is more concentrated.
      - Several missing man pages were added.
      16e60ff5
    • Magne Mahre's avatar
      Bug#50574 5.5.x allows spatial indexes on non-spatial columns, · 5f2c8cae
      Magne Mahre authored
                causing crashes!
      
      Adding a SPATIAL INDEX on a non-geometrical column 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.
      5f2c8cae
    • Magne Mahre's avatar
      Bug#50542 5.5.x doesn't check length of key prefixes: · b2ddac55
      Magne Mahre authored
                corruption and crash results
            
      An index creation statement where the index key
      is larger/wider than the column it references 
      should throw an error.
            
      A statement like:
        CREATE TABLE t1 (a CHAR(1), PRIMARY KEY (A(255)))
      did not error, but a segmentation fault followed when
      an insertion was attempted on the table
            
      The partial key validiation clause has been 
      restructured to (hopefully) better document which
      uses of partial keys are valid.
      b2ddac55
    • Bjorn Munch's avatar
      upmerge 31602,47389,50618 · 7c34cd2e
      Bjorn Munch authored
      7c34cd2e
    • Bjorn Munch's avatar
    • Bjorn Munch's avatar
      merge 31602 · 5aa74eba
      Bjorn Munch authored
      5aa74eba