1. 26 Sep, 2011 4 commits
  2. 23 Sep, 2011 2 commits
  3. 22 Sep, 2011 1 commit
  4. 21 Sep, 2011 5 commits
    • Tor Didriksen's avatar
      Bug#12985030 SIMPLE QUERY WITH DECIMAL NUMBERS LEAKS MEMORY · 8d1c4bba
      Tor Didriksen authored
      Extra fix: 'if (p5 < p5_a + P5A_MAX)' is not portable.
      p5 starts out pointing to a static array, then may point
      to a buffer on the stack, then may point to malloc()ed memory.
      8d1c4bba
    • Daniel Fischer's avatar
      post-merge fix · d5957d0d
      Daniel Fischer authored
      d5957d0d
    • Daniel Fischer's avatar
      merge from 5.5.16 · fe1b205d
      Daniel Fischer authored
      fe1b205d
    • kevin.lewis@oracle.com's avatar
      Bug 12963823 - Crash in Purge thread under unusual circumstances. · 0f359571
      kevin.lewis@oracle.com authored
      The problem occurred when indexes are added between the time that an
      UNDO record is created and the time that the purge thread comes around
      and deletes the old secondary index entries.  The purge thread would
      hit an assert when trying to build a secondary index entry for
      searching.  The problem was that the old value of those fields were not
      in the UNDO record since they were not part of an index when the UPDATE
      occured. 
      A test case was added to innodb-index.test.
      0f359571
    • kevin.lewis@oracle.com's avatar
      Bug 12963823 - Crash in Purge thread under unusual circumstances. · 8d036bcd
      kevin.lewis@oracle.com authored
      The problem occurred when indexes are added between the time that an
      UNDO record is created and the time that the purge thread comes around
      and deletes the old secondary index entries.  The purge thread would
      hit an assert when trying to build a secondary index entry for
      searching.  The problem was that the old value of those fields were not
      in the UNDO record since they were not part of an index when the UPDATE
      occured. 
      A test case was added to innodb-index.test.
      8d036bcd
  5. 20 Sep, 2011 6 commits
  6. 19 Sep, 2011 4 commits
  7. 16 Sep, 2011 4 commits
    • Rafal Somla's avatar
      Update of auth_rpl test. · 76f3c250
      Rafal Somla authored
      For some reason the test authentication plugin accepted connection with arbitrary password. But the intention of the plugin is that password should equal to the authentication string and in the later versions of the server connection fails if password is wrong. So I have updated auth_rpl test to specify the correct password.
      76f3c250
    • Sergey Vojtovich's avatar
      Merge. · d495f580
      Sergey Vojtovich authored
      d495f580
    • Sergey Vojtovich's avatar
      Merge. · 9c454fa5
      Sergey Vojtovich authored
      9c454fa5
    • Sergey Vojtovich's avatar
      BUG#11761180 - 53646: MYISAMPACK CORRUPTS TABLES WITH · 1ebc1e07
      Sergey Vojtovich authored
                     FULLTEXT INDEXES
      
      myisamchk may create incorrect fulltext index for compressed
      tables. Incorrect data pointer size was used while creating
      fulltext index.
      1ebc1e07
  8. 15 Sep, 2011 6 commits
  9. 14 Sep, 2011 7 commits
  10. 13 Sep, 2011 1 commit