1. 20 Sep, 2006 1 commit
  2. 19 Sep, 2006 1 commit
    • Kristofer.Pettersson@naruto.'s avatar
      Bug#20789 Merge Subtable Rename Causes Crash · 70316e06
      Kristofer.Pettersson@naruto. authored
      - When a MyISAM table which belongs to a merge table union and is 
        renamed the associated file descriptors are closed on windows.
        This causes a server crash next time an insert or update is 
        performed on the merge table.
      - This patch prevents the system from crashing on windows by
        checking for bad file descriptors every time the MyISAM table
        is locked by associated the merge table.
      70316e06
  3. 17 Sep, 2006 1 commit
  4. 14 Sep, 2006 1 commit
  5. 12 Sep, 2006 3 commits
    • Kristofer.Pettersson@naruto.'s avatar
      Merge naruto.:C:/cpp/bug20789/my50-bug20789 · 53bb0bdc
      Kristofer.Pettersson@naruto. authored
      into  naruto.:C:/cpp/mysql-5.1-maint
      53bb0bdc
    • Kristofer.Pettersson@naruto.'s avatar
      Bug#20789 Merge Subtable Rename Causes Crash · 323efcc0
      Kristofer.Pettersson@naruto. authored
       - When an ALTER TABLE RENAME is performed on windows, the files are closed and their cached file 
         descriptors are marked invalid. Performing INSERT, UPDATE or SELECT on the associated merge
         table causes a server crash on windows. This patch adds a test for bad file descriptors when a 
         table attempts a lock. If a bad descriptor is found an error is thrown. An additional FLUSH TABLES
         will be necessary to further operate on the associated merge table.
      323efcc0
    • cmiller@maint1.mysql.com's avatar
      Change stolen from the -win tree. · 9b18cae3
      cmiller@maint1.mysql.com authored
      More specifically, the scripts/Makefile isn't created and it doesn't
      translate mysql_fix_privilege_tables ".sh" .  So, 
      mysql-test/mysql-test-run.pl doesn't find the binary and substitutes 
      /bin/false instead.  That obviously doesn't "fix" anything and the 
      test fails because of it.
      9b18cae3
  6. 11 Sep, 2006 1 commit
  7. 08 Sep, 2006 5 commits
  8. 07 Sep, 2006 2 commits
  9. 06 Sep, 2006 17 commits
  10. 05 Sep, 2006 8 commits