1. 17 Nov, 2008 2 commits
    • Kristofer Pettersson's avatar
      Automerge · b3bb760c
      Kristofer Pettersson authored
      b3bb760c
    • Kristofer Pettersson's avatar
      Bug#40778 thd_security_context has bad architecture; allocates on unprotected memroot · 11493dfd
      Kristofer Pettersson authored
                        
      The function thd_security_context allocates memory on an unprotected MEM_ROOT if the
      message length becomes longer than requested and the initial buffer memory needs to
      be reallocated.
                        
      This patch fixes the design error by copying parts of the reallocated buffer 
      to the destination buffer. This works because the destination buffer isn't
      owned by the String object and thus isn't freed when a new buffer is allocated.
      Any new memory allocated by the String object is reclaimed when the object
      is destroyed at the end of the function call.
      11493dfd
  2. 07 Nov, 2008 2 commits
  3. 06 Nov, 2008 16 commits
  4. 05 Nov, 2008 7 commits
  5. 04 Nov, 2008 11 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
    • Mattias Jonsson's avatar
      merge · 2c7d4e80
      Mattias Jonsson authored
      2c7d4e80
    • Mattias Jonsson's avatar
      Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output · abd09620
      Mattias Jonsson authored
      The partitioning clause is only a very long single line, which is very
      hard to interpret for a human. This patch breaks the partitioning
      syntax into one line for the partitioning type, and one line per
      partition/subpartition.
      abd09620
  6. 03 Nov, 2008 2 commits