An error occurred fetching the project authors.
  1. 22 Sep, 2006 1 commit
  2. 21 Sep, 2006 1 commit
  3. 07 Sep, 2006 1 commit
  4. 01 Sep, 2006 1 commit
  5. 20 Aug, 2006 1 commit
  6. 19 Aug, 2006 4 commits
  7. 17 Aug, 2006 2 commits
  8. 11 Aug, 2006 1 commit
  9. 10 Aug, 2006 2 commits
  10. 29 Jul, 2006 1 commit
  11. 13 Jul, 2006 1 commit
  12. 12 Jul, 2006 1 commit
  13. 04 Jul, 2006 2 commits
    • andrey@lmy004.'s avatar
      WL #3337 (Event scheduler new architecture) · 2bdd872e
      andrey@lmy004. authored
      Cut Nr. 8.
      
      All tests pass.
      
      Separated Event_scheduler into Event_queue and Event_scheduler.
      Added new Event_scheduler_ng which is the new scheduler and is used
      system-wide. Will be moved to the event_scheduler.cc in the future.
      Using Event_timed in Event_queue as well as cloned during execution.
      Next step is to have Event_worker_data which will be used during execution
      and will take ::compile()/::execute() out of Event_timed.
      2bdd872e
    • bar@mysql.com's avatar
      WL#2928 Date Translation NRE · 38555201
      bar@mysql.com authored
      (implemented by by Josh Chamas)
      38555201
  14. 27 Jun, 2006 2 commits
    • andrey@lmy004.'s avatar
      WL#3337 (Events new architecture) · 9309fae9
      andrey@lmy004. authored
      5th cut, moved DB related code to Event_db_repository and
      updated accordingly the remanining code.
      Moved change/restore_security_context() to class THD
      Removed events_priv.h
      Next step is to reorganize create/update_event() and parsing for them.
      But probably some other refactoring could be done in the meanwhile.
      The changes so far pass the test suite.
      9309fae9
    • andrey@lmy004.'s avatar
      first cut of WL#3337 (New event scheduler locking infrastructure). · e5936fce
      andrey@lmy004. authored
      Infrastructure built. Added the  foreseen files and change Makefile.am/CMakeLists.txt
      accordingly.
      e5936fce
  15. 21 Jun, 2006 1 commit
  16. 08 Jun, 2006 1 commit
    • andrey@lmy004.'s avatar
      Reorganize, physically the events code · 1d1e9d10
      andrey@lmy004. authored
      Unify method naming -> create/update/drop_event
      Move class Event_timed to event_timed.h
      class Events is in events.h (renamed from event.h)
      The implementation is in events.cc (renamed from event.h)
      1d1e9d10
  17. 06 Jun, 2006 1 commit
    • monty@mysql.com's avatar
      Re-apply missing changeset, orignally pushed by elliot · e50412ef
      monty@mysql.com authored
      Add define YASSL_PREFIX when compiling yassl
      
      Import patch from yaSSL
      - avoid allocating memory for each call to 'EVP_md5' and 
        'EVP_des_ede3_cbc' which were not released until server was stopped
      - Those functions are used from the SQL function 'des_encrypt' and
        'des_decrypt'.
      
      Add new define YASSL_PREFIX beforee including ssl.h to activate inclusion of prefix_*.h files
      
      Bug#20022 mysql-test-run can't be run with secure connections turned on for all testcases
      - Part 1, fixes rpl- and federated-tests where connection is made to 127.0.0.1
      
      - Include prefix files that renames all public functions in yaSSLs
        OpenSSL API to ya<function_name>. They will otherwise conflict
        with OpenSSL functions if loaded by an application that uses OpenSSL
        as well as libmysqlclient with yaSSL support.
      
      Bug#18235: assertion/crash when windows mysqld is ended with ctrl-c
        
      Two threads both try a shutdown sequence which creates a race to the
      de-init/free of certain resources.
        
      This exists in similar form in the client as 17926: "mysql.exe crashes
      when ctrl-c is pressed in windows."
      
      Update after merge to 5.0
      
      BUG#18669: Session COM_STATISTICS breaks mysqladmin status.
      Changed COM_STATISTICS to display the global status, instead of thead status, for slow queries and table opens.
      
      - In function 'handle_grant_struct' when searching the memory structures for an 
        entry to modify, convert all entries here host.hostname is NULL to "" and compare that 
        with the host passed in argument "user_from".
      - A user created with hostname "" is stored in "mysql.user" table as host="" but when loaded into 
        memory it'll be stored as host.hostname NULL. Specifiying "" as hostname means
        that "any host" can connect. Thus is's correct to turn on allow_all_hosts
        when such a user is found. 
      - Review and fix other places where host.hostname may be NULL.
      
      BUG#19394 OPT_INNODB_THREAD_CONCURRENCY duplicated
      Removed duplication (not a user-visible change)
      e50412ef
  18. 31 May, 2006 1 commit
  19. 30 May, 2006 1 commit
  20. 24 May, 2006 1 commit
  21. 22 May, 2006 1 commit
    • andrey@lmy004.'s avatar
      fix for bug #17619 Scheduler race conditions · b429d73d
      andrey@lmy004. authored
      - Scheduler is either initialized at server start or never.
        Starting & stopping is now suspending & resuming.
      - The scheduler has clear OO interface
      - Now all calls to the scheduler are synchronous
      - GLOBAL event_scheduler uses thd::sys_var_tmp (see set_var.cc)
      - External API is encapsulated into class Events
      - Includes fixes for all comments of Kostja's review of 19.05.2005
      
      Starting to merge into 5.1-release (5.1.10) and push
      b429d73d
  22. 12 May, 2006 1 commit
  23. 03 May, 2006 1 commit
  24. 29 Apr, 2006 1 commit
  25. 13 Apr, 2006 1 commit
  26. 28 Mar, 2006 1 commit
  27. 24 Mar, 2006 1 commit
  28. 10 Mar, 2006 2 commits
  29. 21 Feb, 2006 1 commit
  30. 16 Feb, 2006 2 commits
  31. 20 Jan, 2006 1 commit