1. 14 Jan, 2010 1 commit
  2. 12 Jan, 2010 3 commits
  3. 11 Jan, 2010 2 commits
    • unknown's avatar
    • unknown's avatar
      Fix multiple test suite failures in Buildbot due to races in the test cases or... · 176ca9db
      unknown authored
      Fix multiple test suite failures in Buildbot due to races in the test cases or missing server features not properly checked
      
      mysql-test/r/func_misc.result:
        Move test that requires query cache from main.func_misc to main.query_cache.
      mysql-test/r/mysqltest.result:
        Fix test failure due to race.
        This test case creates > 300 connections in a tight loop, and depending on thread
        scheduling and load, even though each connection is immediately disconnected
        before connecting the next one, the server max connections may still be exceeded
        due to server not being able to free old connections as fast as new ones are made.
      mysql-test/r/query_cache.result:
        Move test that requires query cache from main.func_misc to main.query_cache.
        Move test that requires query cache from main.variables to main.query_cache.
      mysql-test/r/query_cache_notembedded.result:
        Move test that requires query cache from main.sp_notembedded to main.query_cache_notembedded.
      mysql-test/r/sp_notembedded.result:
        Move test that require...
      176ca9db
  4. 09 Jan, 2010 4 commits
  5. 07 Jan, 2010 3 commits
  6. 06 Jan, 2010 2 commits
    • Michael Widenius's avatar
      Removed compiler warnings · 4524a2b0
      Michael Widenius authored
      Fixed sporadic test failure for suit/pbxt/t/lock_multi.test
      Fixed sporadic test faulure for suit/rpl/t/do_grant.test
      OpenSolaris 5.11-x86 now compiles (tested with 32 bit)
      
      BUILD/compile-solaris-amd64-debug-forte:
        Added execute bit
      BUILD/compile-solaris-x86-32:
        Added execute bit
      BUILD/compile-solaris-x86-32-debug:
        Added execute bit
      BUILD/compile-solaris-x86-32-debug-forte:
        Added execute bit
      BUILD/compile-solaris-x86-forte-32:
        Added execute bit
      extra/libevent/devpoll.c:
        Removed compiler warning
      extra/libevent/evbuffer.c:
        Removed compiler warning
      extra/libevent/select.c:
        Removed compiler warning
      mysql-test/mysql-test-run.pl:
        Fixed sporadic test faulure for suit/rpl/t/do_grant.test (Seen on OpenSolaris)
      mysql-test/suite/pbxt/r/lock_multi.result:
        Fixed sporadic test failure for suit/pbxt/t/lock_multi.test (seen in buildbot)
        This was done by merging the test with main/lock_multi.test
      mysql-test/suite/pbxt/t/lock_multi.test:
        Fixed sporadic test failure for suit/p...
      4524a2b0
    • unknown's avatar
      Automatic merge. · 921eecb1
      unknown authored
      921eecb1
  7. 05 Jan, 2010 1 commit
  8. 04 Jan, 2010 5 commits
  9. 29 Dec, 2009 2 commits
  10. 27 Dec, 2009 2 commits
    • Sergey Petrunya's avatar
      Make pbxt.join_nested test pass · 5b56db01
      Sergey Petrunya authored
      - The reason the test failed was competition between 3+ QEPs with identical
        costs. Before, two plans were competing, and that was addressed by using 
        --sorted_result on the EXPLAIN output because they were different only in 
        join order.
        Now we've got a 3rd plan which differs with "Using where" and that doesn't 
        work anymore.
      - This patch fixes it by removing 'Using where' from EXPLAIN output. Test coverage
        is somewhat reduced but probably still ok as PBXT and nested outer join processing
        have no interaction and we don't expect any bugs here.
      5b56db01
    • Michael Widenius's avatar
      Fix test suite so that it works when doing configure --without-uca · 308a5b29
      Michael Widenius authored
      Simplify testing of needed characterset
      Remove ndb from --with-plugins=max build
      mysqlbug now sends email to maria-developers@lists.launchpad.net
      
      client/mysqltest.cc:
        SKIP now expands variables (for better error messages)
      mysql-test/include/have_big5.inc:
        Simplify by using have_collation.inc
      mysql-test/include/have_collation.inc:
        Test if '$collation' is supported
      mysql-test/include/have_cp1250_ch.inc:
        Simplify by using have_collation.inc
      mysql-test/include/have_cp1251.inc:
        Simplify by using have_collation.inc
      mysql-test/include/have_cp866.inc:
        Simplify by using have_collation.inc
      mysql-test/include/have_cp932.inc:
        Simplify by using have_collation.inc
      mysql-test/include/have_eucjpms.inc:
        Simplify by using have_collation.inc
      mysql-test/include/have_euckr.inc:
        Simplify by using have_collation.inc
      mysql-test/include/have_gb2312.inc:
        Simplify by using have_collation.inc
      mysql-test/include/have_gbk.inc:
        Simplify by using ha...
      308a5b29
  11. 23 Dec, 2009 1 commit
  12. 22 Dec, 2009 3 commits
    • unknown's avatar
      Ignore new pbxt symlinks. · f9fe120e
      unknown authored
      f9fe120e
    • unknown's avatar
    • unknown's avatar
      Merge fix for PBXT running inside embedded server (MBug#439889). · 6676ae68
      unknown authored
      Also some small fixes to make the PBXT testsuite work in --embedded.
      
      config/ac-macros/plugins.m4:
        MYSQL_PLUGIN_DEPENDS_ON_MYSQL_INTERNALS macro extended to support multiple files.
      mysql-test/std_data/pbxt_load_unique_error1.inc:
        Move file to be accessible also for testing embedded server.
      mysql-test/suite/pbxt/r/pbxt_bugs.result:
        Fix LOAD DATA LOCAL INFILE path so it works also for testing embedded server.
      mysql-test/suite/pbxt/t/pbxt_bugs.test:
        Fix LOAD DATA LOCAL INFILE path so it works also for testing embedded server.
      mysql-test/suite/pbxt/t/pbxt_locking.test:
        Disable for embedded, as it needs SHOW PROCESSLIST functionality not available there.
      mysql-test/suite/pbxt/t/pbxt_transactions.test:
        Disable test for embedded, as it needs ability to connect from outside (mysqldump).
      mysql-test/suite/pbxt/t/ps_1general.test:
        Fix replace_result for new mysql-test-run.pl.
      sql/sql_plugin.cc:
        Remove hack that disables PBXT in embedded....
      6676ae68
  13. 21 Dec, 2009 3 commits
  14. 16 Dec, 2009 1 commit
  15. 14 Dec, 2009 1 commit
  16. 10 Dec, 2009 2 commits
  17. 09 Dec, 2009 2 commits
  18. 07 Dec, 2009 2 commits