1. 29 Nov, 2008 1 commit
    • Georgi Kodinov's avatar
      Bug #37742: HA_EXTRA_KEYREAD flag is set when key contains only prefix of requested · f486bfbb
      Georgi Kodinov authored
      column
            
      When the storage engine uses secondary keys clustered with the primary key MySQL was
      adding the primary key parts to each secondary key.
      In doing so it was not checking whether the index was on full columns and this
      resulted in the secondary keys being added to the list of covering keys even if 
      they have partial columns.
      Fixed by not adding a primary key part to the list of columns that can be used 
      for index read of the secondary keys when the primary key part is a partial key part.
      f486bfbb
  2. 06 Nov, 2008 16 commits
  3. 05 Nov, 2008 7 commits
  4. 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
  5. 03 Nov, 2008 5 commits