1. 19 Jan, 2012 2 commits
  2. 18 Jan, 2012 3 commits
  3. 17 Jan, 2012 2 commits
  4. 16 Jan, 2012 6 commits
    • Sergei Golubchik's avatar
      merge · 91303ace
      Sergei Golubchik authored
      91303ace
    • Sergei Golubchik's avatar
      remove unused flag · c218b0b9
      Sergei Golubchik authored
      c218b0b9
    • Sergei Golubchik's avatar
      query cache sysvar fixes · d95b83b0
      Sergei Golubchik authored
      sql/share/errmsg-utf8.txt:
        correct the error message, as query_cache_type variable is not read-ony anymore
      sql/sql_cache.cc:
        the caller should verify that query cache resize
        is possible, before trying it
      sql/sys_vars.cc:
        * test if qc resize is possible in the sysvar on_check() funntion,
          not in the on_update() function.
        * use the error message that better describes the problem
      d95b83b0
    • Sergei Golubchik's avatar
      enable test cases for bugs fixed in xtradb. · f51da272
      Sergei Golubchik authored
      disable test cases for bugs not fixed in xtradb.
      
      mysql-test/suite/innodb/t/innodb-lock.test:
        instead of disabling the test in disabled.def
        (hoping that somebody someday will enable it),
        skip it only for xtradb (not for innodb), and
        only for the current xtradb version. the test
        will enable itself automatically on the next
        xtradb merge
      mysql-test/suite/innodb/t/innodb_cmp_drop_table.test:
        instead of disabling the test in disabled.def
        (hoping that somebody someday will enable it),
        skip it only for xtradb (not for innodb), and
        only for the current xtradb version. the test
        will enable itself automatically on the next
        xtradb merge
      mysql-test/suite/innodb/t/innodb_corrupt_bit.test:
        fix the error number
      storage/innobase/handler/ha_innodb.cc:
        fix the error number
      storage/xtradb/handler/ha_innodb.cc:
        fix the error number
      f51da272
    • Sergei Golubchik's avatar
      minor mtr fix · 7aa55124
      Sergei Golubchik authored
      mysql-test/mysql-test-run.pl:
        strace-client does not take an argument
      7aa55124
    • Sergei Golubchik's avatar
      mysql-5.5 merge · b6c72e72
      Sergei Golubchik authored
      b6c72e72
  5. 13 Jan, 2012 3 commits
  6. 12 Jan, 2012 1 commit
  7. 11 Jan, 2012 3 commits
  8. 10 Jan, 2012 3 commits
  9. 09 Jan, 2012 4 commits
  10. 08 Jan, 2012 2 commits
  11. 07 Jan, 2012 1 commit
  12. 06 Jan, 2012 1 commit
  13. 05 Jan, 2012 2 commits
  14. 06 Jan, 2012 1 commit
    • Vladislav Vaintroub's avatar
      Fix some failing tests on Windows · c7691bab
      Vladislav Vaintroub authored
      - ensure that mtr supressions table is flushed before doing controlled crash and restart
      - use DBUG_SUICIDE() rather than abort() in partition tests - avoids a crash message/warning
      - disable  perfschema all_instances test on Windows- there are  legitimate reasons  for output to be different on  Unix (some different threads, some different locks), the differences are expected to grow in the future, e.g with threadpool.
      c7691bab
  15. 04 Jan, 2012 1 commit
  16. 03 Jan, 2012 1 commit
    • Igor Babaev's avatar
      Fixed LP bug #910083. · f36e23f2
      Igor Babaev authored
      The patch for bug 685411 erroneously removed a call of engine->set_thd()
      from Item_subselect::fix_fields().
      f36e23f2
  17. 02 Jan, 2012 4 commits