1. 02 Feb, 2015 2 commits
  2. 01 Feb, 2015 5 commits
  3. 31 Jan, 2015 7 commits
  4. 30 Jan, 2015 2 commits
  5. 29 Jan, 2015 6 commits
  6. 28 Jan, 2015 1 commit
  7. 27 Jan, 2015 1 commit
  8. 25 Jan, 2015 1 commit
    • Sergey Petrunya's avatar
      MDEV-5719: Wrong result with GROUP BY and LEFT OUTER JOIN · fb71449b
      Sergey Petrunya authored
      Merged revision 5224 from mysql-5.6 and added a test case.
      ..
      revno: 5224
      committer: Sergey Glukhov <sergey.glukhov@oracle.com>
      branch nick: mysql-5.6
      timestamp: Wed 2013-06-19 14:24:08 +0400
      message:
          Bug#16620047 INCORRECT QUERY RESULT (AFTER SERVER UPGRADE)
      fb71449b
  9. 24 Jan, 2015 1 commit
  10. 29 Jan, 2015 2 commits
    • Michael Widenius's avatar
      Ignore some tokudb executables · 45ff0d62
      Michael Widenius authored
      45ff0d62
    • Michael Widenius's avatar
      MDEV-6668: Server crashes in check_view_single_update on concurrent DDL/DML... · b83f6925
      Michael Widenius authored
      MDEV-6668: Server crashes in check_view_single_update on concurrent DDL/DML flow with views and triggers
      
      Call mysql_derived_reinit() if we are reusing view.
      This is needed as during a previous error condition the view may not have been reset
      
      sql/sql_derived.cc:
        More DBUG_PRINT
        Always reset merged_for_insert (no reason to not do that)
      sql/sql_derived.h:
        Added prototype
      sql/sql_insert.cc:
        More DBUG_PRINT
        Added DBUG_ASSERT
      sql/sql_view.cc:
        Call mysql_derived_reinit() if we are reusing view.
        This is needed as during a previous error condition the view may not have been reset
      sql/table.cc:
        More DBUG_PRINT
      b83f6925
  11. 23 Jan, 2015 4 commits
  12. 22 Jan, 2015 3 commits
  13. 21 Jan, 2015 5 commits