1. 29 Sep, 2011 1 commit
  2. 26 Sep, 2011 5 commits
  3. 23 Sep, 2011 2 commits
  4. 22 Sep, 2011 1 commit
  5. 21 Sep, 2011 5 commits
    • Tor Didriksen's avatar
      Bug#12985030 SIMPLE QUERY WITH DECIMAL NUMBERS LEAKS MEMORY · d9f48df3
      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.
      d9f48df3
    • Daniel Fischer's avatar
      post-merge fix · b879b2a4
      Daniel Fischer authored
      b879b2a4
    • Daniel Fischer's avatar
      merge from 5.5.16 · 65ef9e4c
      Daniel Fischer authored
      65ef9e4c
    • unknown's avatar
      Bug 12963823 - Crash in Purge thread under unusual circumstances. · a5f8796e
      unknown 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.
      a5f8796e
    • unknown's avatar
      Bug 12963823 - Crash in Purge thread under unusual circumstances. · 0b8242cd
      unknown 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.
      0b8242cd
  6. 20 Sep, 2011 6 commits
  7. 19 Sep, 2011 4 commits
  8. 16 Sep, 2011 4 commits
    • Rafal Somla's avatar
      Update of auth_rpl test. · d3c98f45
      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.
      d3c98f45
    • Sergey Vojtovich's avatar
      Merge. · d4496524
      Sergey Vojtovich authored
      d4496524
    • Sergey Vojtovich's avatar
      Merge. · f3c21f58
      Sergey Vojtovich authored
      f3c21f58
    • Sergey Vojtovich's avatar
      BUG#11761180 - 53646: MYISAMPACK CORRUPTS TABLES WITH · 0c606aac
      Sergey Vojtovich authored
                     FULLTEXT INDEXES
      
      myisamchk may create incorrect fulltext index for compressed
      tables. Incorrect data pointer size was used while creating
      fulltext index.
      
      mysql-test/r/myisampack.result:
        A test case for BUG#11761180.
      mysql-test/t/myisampack.test:
        A test case for BUG#11761180.
      storage/myisam/ft_boolean_search.c:
        rec_reflength on share may have adjustments required for
        compressed tables and must be used instead of rec_reflength
        on base info.
      storage/myisam/ft_nlq_search.c:
        rec_reflength on share may have adjustments required for
        compressed tables and must be used instead of rec_reflength
        on base info.
      storage/myisam/mi_check.c:
        rec_reflength on share may have adjustments required for
        compressed tables and must be used instead of rec_reflength
        on base info.
      storage/myisam/mi_write.c:
        rec_reflength on share may have adjustments required for
        compressed tables and must be used instead of rec_reflength
        on base info.
      0c606aac
  9. 15 Sep, 2011 6 commits
  10. 14 Sep, 2011 6 commits