1. 12 Jun, 2012 1 commit
  2. 26 Apr, 2012 3 commits
  3. 21 Apr, 2012 1 commit
  4. 19 Apr, 2012 1 commit
  5. 18 Apr, 2012 4 commits
  6. 17 Apr, 2012 5 commits
  7. 16 Apr, 2012 8 commits
  8. 14 Apr, 2012 6 commits
  9. 13 Apr, 2012 1 commit
  10. 12 Apr, 2012 1 commit
  11. 11 Apr, 2012 2 commits
  12. 10 Apr, 2012 2 commits
  13. 08 Apr, 2012 1 commit
    • Igor Babaev's avatar
      Fixed LP bug #972943 properly. · f081107f
      Igor Babaev authored
      The previous patch for the bug (that erroneously identified the bug as
      bug 972973 in its comment) was incorrect. 
      It turned out that the code that triggered the abort complain reported for
      the bug was not needed at all.
      f081107f
  14. 07 Apr, 2012 2 commits
    • Sergei Golubchik's avatar
      merge · f860b2aa
      Sergei Golubchik authored
      f860b2aa
    • Igor Babaev's avatar
      Fixed LP bug #972973. · b95ae56b
      Igor Babaev authored
      When the function free_tmp_table deletes the handler object for
      a temporary table the field TABLE::file for this table should be
      set to NULL. Otherwise an assertion failure may occur.
      b95ae56b
  15. 06 Apr, 2012 2 commits
    • Igor Babaev's avatar
      Merge. · c1feaf8d
      Igor Babaev authored
      c1feaf8d
    • Igor Babaev's avatar
      Fixed bug #915222. · 4ca9b8eb
      Igor Babaev authored
      This bug happened because the function find_field_in_view formed
      autogenerated names of view columns without a possibility to roll
      them back. In some situation it could cause memory misuses reported
      by valgrind or even crashes.
      4ca9b8eb