1. 22 Nov, 2008 1 commit
  2. 14 Nov, 2008 1 commit
    • Vladislav Vaintroub's avatar
      Bug #20430 mysqld.exe windows service stuck in "SERVICE_STOP_PENDING" · ea0efe45
      Vladislav Vaintroub authored
      status
      
      The problem appears to be a race condition, when service is being
      stopped right after startup. We set the service status to SERVICE_RUNNING
      way too early it cannot yet handle stop requests -  initialization has
      not finished and  hEventShutdown  that signals server to stop is not yet
      created. If somebody issues "net stop MySQL" at this time, MySQL is not
      informed about the stop and continues to run as usual, while
      NTService::ServiceMain() stucks forever waiting for mysql's "main" thread
      to finish.
      
      Solution is to remain in SERVICE_START_PENDING status until after server
      initialization  is fully complete and only then change the status to
      SERVICE_RUNNING. In  SERVICE_START_PENDING we do not accept service control
      requests, i.e it is not possible to stop service in that time.
      ea0efe45
  3. 10 Nov, 2008 2 commits
  4. 07 Nov, 2008 3 commits
  5. 06 Nov, 2008 17 commits
  6. 05 Nov, 2008 7 commits
  7. 04 Nov, 2008 9 commits
    • Matthias Leich's avatar
      Merge of bug fix into actual tree · 458e8f75
      Matthias Leich authored
      458e8f75
    • Joerg Bruehe's avatar
      a9611262
    • Mattias Jonsson's avatar
      merge · 3a27389b
      Mattias Jonsson authored
      3a27389b
    • Matthias Leich's avatar
      - Fix for Bug #39848, #39863, #39978, #39569 · b86e9931
      Matthias Leich authored
        Bug#39848 events_bugs fails sporadically on pushbuild
                  (missing rows in table event_log)
           Details: Reimplement the subtest for BUG 28924
                    - check if the number of rows within the table
                      event_log changes but don't print rows
                      because the number varies depending on
                      load on testing box
                    - shift DROP USER befor DROP EVENT
                      = Subtest fits again to old bug
                    - remove no more needed comments + variables
        Bug#39863 events_bugs fails sporadically on pushbuild 
                  (extra processes in I_S.PROCESSLIST)
           Details: Abort with appropriate message to the protocol if
                    release_lock() does not has the intended effect.
                    This cannot prevent problems caused by the probably
                    buggy release_lock() but it reveals if we had a
                    problem in this area.
        Bug#39978 main.events_bugs does not clean up
           Detail: Restore global.event_scheduler = ON at end of test
        Bug#39569 events_bugs fails sporadically on pushbuild
                  (should have failed with errno 1539)
           Detail: Set $wait_timeout to 4 instead of 2
      - Fix two instabilities (result sets pulled from processlist in
        subtest for bug 16407) which were found during tests with high
        parallel I/O load
      - Minor improvements of formatting
        Details:
        - Add comments
        - Remove tabs and trailing blanks
        - Add line breaks for better readability
      b86e9931
    • Andrei Elkin's avatar
      bug#38230 · 5d77ba50
      Andrei Elkin authored
      updating two test results.
      5d77ba50
    • Kristofer Pettersson's avatar
      Automerge · b7b1dc64
      Kristofer Pettersson authored
      b7b1dc64
    • Tatiana A. Nurnberg's avatar
      Bug#39117 "plugin_load" option not documented · 19dba1c6
      Tatiana A. Nurnberg authored
      correct text describing the --plugin-load option to mysqld
      19dba1c6
    • Mattias Jonsson's avatar
      merge · e87883a0
      Mattias Jonsson authored
      e87883a0
    • Mattias Jonsson's avatar
      merge · 01a61865
      Mattias Jonsson authored
      01a61865