An error occurred fetching the project authors.
  1. 29 Sep, 2005 1 commit
    • kent@mysql.com's avatar
      Many files: · 844d964f
      kent@mysql.com authored
        Prefix regex functions/types with "my_" as our
        library is not compatible with normal regex lib.
      my_regex.h:
        Rename: regex/regex.h -> regex/my_regex.h
      844d964f
  2. 23 Sep, 2005 4 commits
  3. 22 Sep, 2005 1 commit
    • dlenev@mysql.com's avatar
      Fix for bug #13407 "Remote connecting crashes server" and couple of similar · 87dcb3c6
      dlenev@mysql.com authored
      problems which were introduced during work on WL#2787 "Add view definer/owner
      to the view definition (.frm) to check privileges on used tables and stored
      routines when using a VIEW."
      
      In some cases it is better to use value from Security_context::host_or_ip
      instead of value from Security_context::host since the latter can be NULL
      in certain situations (When we can't resolve hostname or we have not done
      this yet).
      87dcb3c6
  4. 21 Sep, 2005 1 commit
  5. 20 Sep, 2005 2 commits
  6. 19 Sep, 2005 1 commit
  7. 15 Sep, 2005 1 commit
  8. 14 Sep, 2005 2 commits
  9. 06 Sep, 2005 3 commits
  10. 05 Sep, 2005 1 commit
  11. 01 Sep, 2005 1 commit
    • dlenev@mysql.com's avatar
      Fix for bug #12423 "Deadlock when doing FLUSH PRIVILEGES and GRANT in · da2af0bb
      dlenev@mysql.com authored
      multi-threaded environment".
      
      To avoid deadlocks between several simultaneously run account management 
      commands (particularly between FLUSH PRIVILEGES/SET PASSWORD and GRANT
      commands) we should always take table and internal locks during their
      execution in the same order. In other words we should first open and lock
      privilege tables and only then obtain acl_cache::lock/LOCK_grant locks.
      da2af0bb
  12. 31 Aug, 2005 1 commit
    • bar@mysql.com's avatar
      · f2ea1ac8
      bar@mysql.com authored
        bug#9948 changed client-charset behavior in 4.1.x libmysql, which issue BC prob
      
      sql_parse.cc:
      mysqld.cc:
      
        Added --skip-client-character-set-handshake.
        When this option is activated, client side character set
        (which is sent in handshake) is ignored, and server side
        default-character-set value is used for character_set_client
        and character_set_results, thus reprodicing 4.0 behaviour.
      f2ea1ac8
  13. 30 Aug, 2005 2 commits
  14. 28 Aug, 2005 2 commits
  15. 24 Aug, 2005 1 commit
  16. 23 Aug, 2005 1 commit
  17. 20 Aug, 2005 1 commit
  18. 19 Aug, 2005 1 commit
  19. 18 Aug, 2005 2 commits
  20. 12 Aug, 2005 2 commits
  21. 11 Aug, 2005 2 commits
  22. 09 Aug, 2005 1 commit
  23. 04 Aug, 2005 1 commit
  24. 29 Jul, 2005 1 commit
  25. 28 Jul, 2005 1 commit
  26. 26 Jul, 2005 1 commit
  27. 22 Jul, 2005 1 commit
  28. 19 Jul, 2005 1 commit