1. 14 Nov, 2006 1 commit
  2. 11 Nov, 2006 1 commit
  3. 10 Nov, 2006 3 commits
  4. 09 Nov, 2006 2 commits
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1-maint · 1707d5e6
      unknown authored
      into  rolltop.ignatz42.dyndns.org:/mnt/storeage/mysql-4.1-maint
      
      
      mysql-test/mysql-test-run.pl:
        Auto merged
      1707d5e6
    • unknown's avatar
      This ChangeSet must be null-merged to 5.0. Applied innodb-4.1-ss33 · 870b2e0a
      unknown authored
      Fixes:
      - Bug #24089: Race condition in fil_flush_file_spaces()
      
      
      innobase/fil/fil0fil.c:
        Applied innodb-4.1-ss33
        
        Revision r33:
        innodb-4.1: Merge r1002 from innodb/trunk:
        
        fil_flush_file_spaces(): Copy the system->unflushed_spaces list to an
        array while holding the mutex.  This removes the crash-triggering
        race condition that was introduced when fixing Bug 15653.  (Bug #24089)
      870b2e0a
  5. 08 Nov, 2006 6 commits
  6. 07 Nov, 2006 7 commits
  7. 06 Nov, 2006 2 commits
  8. 03 Nov, 2006 2 commits
  9. 02 Nov, 2006 10 commits
  10. 01 Nov, 2006 4 commits
  11. 31 Oct, 2006 2 commits
    • unknown's avatar
      Improve the reading of .pid files from var/run · aa8c830d
      unknown authored
       - Only read *.pid
       - Only allow it to contain a number 
      
      
      mysql-test/lib/mtr_io.pl:
        Check that the value read from pidfile is a valid number consisting only of digits
      mysql-test/lib/mtr_process.pl:
        Only process .pid files in var/run dir and print a warning if other files are found there.
      aa8c830d
    • unknown's avatar
      Make variables static to please Netware compiler · 8e0113be
      unknown authored
      
      client/mysqltest.c:
        Make the variables that are referenced from the "command_arg" arrays static to please the NetWare compiler.
        Apparently the arrays can't reference local stack variables.
      8e0113be