1. 08 Sep, 2012 1 commit
  2. 07 Sep, 2012 2 commits
    • Michael Widenius's avatar
      Better error message when using --language or --log-bin · 2fc4c751
      Michael Widenius authored
      Simplify code
      
      sql/derror.cc:
        Better error message
      sql/mysqld.cc:
        Simplify usage of lc_messages_dir_ptr.
        Don't give warnings that --log-bin should be used if --log-bin or --skip-log-bin is used.
      2fc4c751
    • unknown's avatar
      Fix of MDEV-511. · 22de18dd
      unknown authored
      As far as we reopen tables so TABLE become invalid we should remove the pointer on cleanup().
      22de18dd
  3. 06 Sep, 2012 1 commit
  4. 05 Sep, 2012 6 commits
  5. 04 Sep, 2012 2 commits
  6. 02 Sep, 2012 1 commit
  7. 31 Aug, 2012 6 commits
  8. 30 Aug, 2012 3 commits
  9. 29 Aug, 2012 5 commits
  10. 28 Aug, 2012 7 commits
  11. 27 Aug, 2012 1 commit
  12. 24 Aug, 2012 1 commit
  13. 25 Aug, 2012 1 commit
    • unknown's avatar
      fix for MDEV-367 · 4d2b05b7
      unknown authored
      The problem was that was_null and null_value variables was reset in each reexecution of IN subquery, but engine rerun only for non-constant subqueries.
      
      Fixed checking constant in Item_equal sort.
      Fix constant reporting in Item_subselect.
      4d2b05b7
  14. 24 Aug, 2012 3 commits