1. 21 Nov, 2007 1 commit
  2. 16 Nov, 2007 2 commits
  3. 14 Nov, 2007 5 commits
  4. 13 Nov, 2007 1 commit
  5. 12 Nov, 2007 7 commits
  6. 09 Nov, 2007 1 commit
    • 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
  7. 08 Nov, 2007 1 commit
  8. 07 Nov, 2007 2 commits
    • kaa@polly.(none)'s avatar
      Fix for bug #32103: optimizer crash when join on int and mediumint with · f1a3c364
      kaa@polly.(none) authored
      variable in where clause.
      
      Problem: the new_item() method of Item_uint used an incorrect
      constructor. "new Item_uint(name, max_length)" calls
      Item_uint::Item_uint(const char *str_arg, uint length) which assumes the
      first argument to be the string representation of the value, not the
      item's name. This could result in either a server crash or incorrect
      results depending on usage scenarios.
      
      Fixed by using the correct constructor in new_item():
      Item_uint::Item_uint(const char *str_arg, longlong i, uint length).
      f1a3c364
    • svoj@mysql.com/june.mysql.com's avatar
      BUG#31277 - myisamchk --unpack corrupts a table · 7bd370fe
      svoj@mysql.com/june.mysql.com authored
      With certain data sets (when compressed record length gets bigger than
      uncompressed) myisamchk --unpack may corrupt data file.
      
      Fixed that record length was wrongly restored from compressed table.
      7bd370fe
  9. 06 Nov, 2007 1 commit
    • svoj@mysql.com/june.mysql.com's avatar
      BUG#32111 - Security Breach via DATA/INDEX DIRECORY and RENAME TABLE · d06e2f92
      svoj@mysql.com/june.mysql.com authored
      RENAME TABLE against a table with DATA/INDEX DIRECTORY overwrites
      the file to which the symlink points.
      
      This is security issue, because it is possible to create a table with
      some name in some non-system database and set DATA/INDEX DIRECTORY
      to mysql system database. Renaming this table to one of mysql system
      tables (e.g. user, host) would overwrite the system table.
      
      Return an error when the file to which the symlink points exist.
      d06e2f92
  10. 02 Nov, 2007 8 commits
  11. 30 Oct, 2007 3 commits
  12. 29 Oct, 2007 1 commit
  13. 25 Oct, 2007 1 commit
  14. 24 Oct, 2007 2 commits
  15. 23 Oct, 2007 1 commit
  16. 19 Oct, 2007 1 commit
  17. 18 Oct, 2007 2 commits