An error occurred fetching the project authors.
  1. 02 Mar, 2009 1 commit
    • Bjorn Munch's avatar
      Bug #40978 Error log gets truncated during testsuite, prevents debugging · 6293a2ea
      Bjorn Munch authored
      Error log gets truncated when mysqld is restarted by MTR
      
      mysql-test/include/check-warnings.test:
        Since server doesn't have log-error, get it from env. var. set by MTR
      mysql-test/lib/My/ConfigFactory.pm:
        "Hide" log-error in a comment
      mysql-test/mysql-test-run.pl:
        "Hide" log-error in my.cnf by comment
        add --console to arguments on Windows
        Move .err file to var/log
      6293a2ea
  2. 27 Feb, 2009 1 commit
  3. 23 Feb, 2009 1 commit
  4. 10 Feb, 2009 1 commit
  5. 06 Feb, 2009 1 commit
  6. 04 Feb, 2009 1 commit
  7. 02 Feb, 2009 1 commit
  8. 28 Jan, 2009 2 commits
  9. 27 Jan, 2009 7 commits
  10. 24 Jan, 2009 5 commits
  11. 21 Jan, 2009 2 commits
    • Bjorn Munch's avatar
      Bug #40399 Please make mtr print stack trace after every failure · 089663f9
      Bjorn Munch authored
      SIGABRT is sent to relevant processes after a timeout
      
      
      client/mysqltest.cc:
        Fixed signal handlers to mysqltest actually dumps core
      mysql-test/lib/My/CoreDump.pm:
        Added support for dbx
      mysql-test/lib/My/SafeProcess.pm:
        Added dump_core to force process to dump core
      mysql-test/lib/My/SafeProcess/safe_process.cc:
        Traps SIGABRT and sends this on to child
      mysql-test/mysql-test-run.pl:
        When test times out, force core dumps on mysqltest and servers
      089663f9
    • He Zhenxing's avatar
      BUG#41177 mtr gives no debug info after failing to execute check-testcase/check-warnings · b93fb0ab
      He Zhenxing authored
      Log output of mysqltest when running check-testcase together
      with errput. Remove --silent option for mysqltest when running
      check-testcase/check-warnings
      
      
      mysql-test/mysql-test-run.pl:
        Log output of mysqltest when runinng check-testcase together with errput.
        Remove --silent option for mysqltest when running check-testcase/check-warnings
      b93fb0ab
  12. 20 Jan, 2009 1 commit
  13. 18 Dec, 2008 1 commit
    • Magnus Svensson's avatar
      Bug#41480 Tests that do LOAD DATA INFILE fail when run locally · 949b2f1c
      Magnus Svensson authored
      mysql-test/lib/My/File/Path.pm:
        Extend 'copytree' to take an optional "umask" parameter that will be used while copying the files
      mysql-test/mysql-test-run.pl:
        Pass umask 0022 to copytree so that the copied files will be created world readable and the mysqld
        can LOAD DATA INFILE them
      949b2f1c
  14. 17 Dec, 2008 2 commits
    • Sergey Vojtovich's avatar
      BUG#39746 - Debug flag breaks struct definition · 3a42aab8
      Sergey Vojtovich authored
                  (server crash)
      
      Altering a table with fulltext index[es] which use
      pluggable fulltext parser may cause server crash
      in debug builds.
      
      The problem was that ALTER TABLE code wrongly assigned
      fulltext parser name.
      
      Also fixed that altering a table with fulltext index[es]
      leave stale fulltext parser locks, which prevent
      fulltext parsers from being uninstalled after
      ALTER TABLE.
      
      mysql-test/include/have_simple_parser.inc:
        Added support for testing simple fulltext parser.
      mysql-test/mysql-test-run.pl:
        Added support for testing simple fulltext parser.
      mysql-test/r/fulltext_plugin.result:
        A test case for BUG#39746.
      mysql-test/r/have_simple_parser.require:
        Added support for testing simple fulltext parser.
      mysql-test/t/fulltext_plugin-master.opt:
        A test case for BUG#39746.
      mysql-test/t/fulltext_plugin.test:
        A test case for BUG#39746.
      sql/sql_table.cc:
        Fixed that alter table wrongly assigns fulltext parser
        name. parser_name member is only available during
        table creation. When we open existing table we must
        get parser_name from plugin_ref, which is handled
        by plugin_name() macro.
      sql/table.cc:
        Moved code that releases fulltext parsers into
        free_table_share(). This fixes stale fulltext parser
        locks set by ALTER TABLE, which are preventing fulltext
        parsers from being uninstalled.
      3a42aab8
    • John H. Embretsen's avatar
      Fix (preliminary?) for Bug#41502 - MTR v2 should not load plugins during server bootstrap. · 0ea47c97
      John H. Embretsen authored
      Adding --loose-skip-falcon option to the mysqld options provided by MTR (v2) during mysqld bootstrap in order to avoid plugin (in this case Falcon) initialization of static variables etc. Options --loose-skip-innodb and --loose-skip-ndbcluster were already included.
      
      This will fix Bug#41014 (falcon_bug_39708 fails in pushbuild in 6.0-rpl: "succeeded - should have failed")
      in the case of MTR v2 (which currently is available in -rpl branches only). 
      MTR v1 (e.g. in main 6.0 branch) does not have this problem.
      
      It would be more ideal to remove the --loose-skip-* options and provide a single option disabling all plugin initialization instead, or have bootstrap do this by default. Server modifications are (most likely) needed to be able to do that.
      
      
      mysql-test/mysql-test-run.pl:
        Reintroduced the --loose-skip-falcon bootstrap option used by the previous version of this test runner.
      0ea47c97
  15. 12 Dec, 2008 1 commit
  16. 09 Dec, 2008 1 commit
  17. 05 Dec, 2008 1 commit
  18. 25 Nov, 2008 1 commit
  19. 21 Nov, 2008 2 commits
  20. 15 Nov, 2008 1 commit
  21. 14 Nov, 2008 5 commits
  22. 10 Nov, 2008 1 commit