1. 03 Jan, 2008 1 commit
  2. 12 Nov, 2007 1 commit
  3. 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
  4. 02 Nov, 2007 2 commits
  5. 13 Jul, 2007 1 commit
    • tnurnberg@sin.intern.azundris.com's avatar
      Bug#27198: Error returns from time() are ignored · 5cbe511f
      tnurnberg@sin.intern.azundris.com authored
      gettimeofday() can fail and presumably, so can time().
      Keep an eye on it.
      
      Since we have no data on this at all so far, we just
      retry on failure (and log the event), assuming that
      this is just an intermittant failure. This might of
      course hang the threat until we succeed. Once we know
      more about these failures, an appropriate more clever
      scheme may be picked (only try so many times per thread,
      etc., if that fails, return last "good" time() we got or
      some such).  Using sql_print_information() to log as this
      probably only occurs in high load scenarios where the debug-
      trace likely is disabled (or might interfere with testing
      the effect).  No test-case as this is a non-deterministic
      issue.
      5cbe511f
  6. 14 Mar, 2007 2 commits
  7. 12 Mar, 2007 1 commit
  8. 07 Mar, 2007 1 commit
  9. 02 Mar, 2007 3 commits
  10. 01 Mar, 2007 1 commit
  11. 28 Feb, 2007 2 commits
  12. 22 Feb, 2007 1 commit
  13. 16 Feb, 2007 1 commit
    • joerg@trift2.'s avatar
      include/config-win.h : · 0cdbda12
      joerg@trift2. authored
      Companion change to this one
         ChangeSet@1.2206, 2007-01-22 02:32:07+02:00, jani@a88-113-38-195.elisa-laajakaista.fi +8 -0
           include/my_pthread.h@1.67, 2007-01-22 02:32:06+02:00, jani@a88-113-38-195.elisa-laajakaista.fi +31 -10
      which renamed "sigset()" -> "my_sigset()" but forgot to do it for Windows ...
      0cdbda12
  14. 14 Feb, 2007 1 commit
  15. 12 Feb, 2007 3 commits
  16. 09 Feb, 2007 2 commits
  17. 08 Feb, 2007 1 commit
  18. 30 Jan, 2007 2 commits
  19. 25 Jan, 2007 1 commit
  20. 22 Jan, 2007 1 commit
  21. 18 Jan, 2007 2 commits
  22. 11 Jan, 2007 5 commits
  23. 09 Jan, 2007 4 commits