1. 16 Jan, 2012 5 commits
    • Sergei Golubchik's avatar
      remove unused flag · 8d13f970
      Sergei Golubchik authored
      8d13f970
    • Sergei Golubchik's avatar
      query cache sysvar fixes · 2ec0f46b
      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
      2ec0f46b
    • Sergei Golubchik's avatar
      enable test cases for bugs fixed in xtradb. · baca1a40
      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
      baca1a40
    • Sergei Golubchik's avatar
      minor mtr fix · 0c075461
      Sergei Golubchik authored
      mysql-test/mysql-test-run.pl:
        strace-client does not take an argument
      0c075461
    • Sergei Golubchik's avatar
      mysql-5.5 merge · 38e3ae15
      Sergei Golubchik authored
      38e3ae15
  2. 13 Jan, 2012 3 commits
  3. 12 Jan, 2012 1 commit
  4. 11 Jan, 2012 1 commit
  5. 10 Jan, 2012 2 commits
  6. 09 Jan, 2012 1 commit
  7. 08 Jan, 2012 2 commits
  8. 07 Jan, 2012 1 commit
  9. 06 Jan, 2012 1 commit
  10. 05 Jan, 2012 2 commits
  11. 06 Jan, 2012 1 commit
    • Vladislav Vaintroub's avatar
      Fix some failing tests on Windows · d2617343
      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.
      d2617343
  12. 04 Jan, 2012 1 commit
  13. 03 Jan, 2012 1 commit
    • Igor Babaev's avatar
      Fixed LP bug #910083. · cd55894a
      Igor Babaev authored
      The patch for bug 685411 erroneously removed a call of engine->set_thd()
      from Item_subselect::fix_fields().
      cd55894a
  14. 02 Jan, 2012 6 commits
  15. 30 Dec, 2011 5 commits
  16. 29 Dec, 2011 6 commits
  17. 28 Dec, 2011 1 commit