1. 14 Nov, 2007 7 commits
  2. 13 Nov, 2007 3 commits
  3. 12 Nov, 2007 20 commits
  4. 11 Nov, 2007 2 commits
  5. 10 Nov, 2007 5 commits
  6. 09 Nov, 2007 3 commits
    • mattiasj@mattiasj-laptop.(none)'s avatar
      Bug#32091: Security breach via directory changes · 6776cc19
      mattiasj@mattiasj-laptop.(none) authored
      Problem: the table's INDEX and DATA DIR was taken
        directly from the table's first partition.
        This allowed rename attack similar to
        bug#32111 when ALTER TABLE REMOVE PARTITIONING
      
      Solution: Silently ignore the INDEX/DATA DIR
        for the table. (Like some other storage engines
        do). 
        Partitioned tables do not support DATA/INDEX
        DIR on the table level, only on its partitions.
      6776cc19
    • svoj@mysql.com/june.mysql.com's avatar
      BUG#29083 - test suite times out on OS X 64bit - also in older releases · c6abad79
      svoj@mysql.com/june.mysql.com authored
      The "mysql client in mysqld"(which is used by
      replication and federated) should use alarms instead of setting
      socket timeout value if the rest of the server uses alarm. By
      always calling 'my_net_set_write_timeout'
      or 'net_set_read_timeout' when changing the timeout value(s), the
      selection whether to use alarms or timeouts will be handled by
      ifdef's in those two functions.
      
      This is minimal backport of patch for BUG#26664, which was pushed
      to 5.0 and up.
      
      Affects 4.1 only.
      c6abad79
    • istruewing@stella.local's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.1-engines · ceb444fa
      istruewing@stella.local authored
      into  stella.local:/home2/mydev/mysql-5.1-bug22351
      ceb444fa