An error occurred fetching the project authors.
  1. 24 Sep, 2009 1 commit
  2. 21 Sep, 2009 1 commit
  3. 01 Sep, 2009 1 commit
  4. 25 Aug, 2009 1 commit
  5. 10 Jul, 2009 1 commit
    • Satya B's avatar
      Applying InnoDB snapshot 5.1-ss5488,part 4. Fixes BUG#21704 · 526a42e2
      Satya B authored
      1. BUG#21704 - Renaming column does not update FK definition
      
      2. Changes in mysql-test/include/mtr_warnings.sql so that the testcase
         for BUG#21704 doesn't fail because of the warnings generated.
      
      Detailed revision comments:
      
      r5488 | vasil | 2009-07-09 19:16:44 +0300 (Thu, 09 Jul 2009) | 13 lines
      branches/5.1:
      
      Fix Bug#21704 Renaming column does not update FK definition
      
      by checking whether a column that participates in a FK definition is being
      renamed and denying the ALTER in this case.
      
      The patch was originally developed by Davi Arnaut <Davi.Arnaut@Sun.COM>:
      http://lists.mysql.com/commits/77714
      and was later adjusted to conform to InnoDB coding style by me (Vasil),
      I also added some more comments and moved the bug specific mysql-test to
      a separate file to make it more manageable and flexible.
      
      526a42e2
  6. 27 Jan, 2009 1 commit
    • Magnus Svensson's avatar
      WL#4189 mtr.pl v2 · 377d27b6
      Magnus Svensson authored
       - Make a rough filtering of the servers error log and write
         all suspicious warnings to $error_log.warnings
         The .warnings file is then examined more carefully by check_warnings.test
       - This will speed things up, doing all of this in a server running
         under valgrind takes far too long time.
      377d27b6
  7. 26 Jan, 2009 2 commits
    • Magnus Svensson's avatar
      WL#4189 mtr.pl v2 · 0618b836
      Magnus Svensson authored
       - Suppress intentional safemalloc dump warnings
       - add fflush(stdout) to make sure that the "End safemalloc memory dump." marker is flushed.
      0618b836
    • Magnus Svensson's avatar
      WL#4189 mtr.pl v2 · 2bea349b
      Magnus Svensson authored
       - rewrite "check warnings" to be faster by not creating a full join
         between error_log and suspicious_patterns while running REGEXP.
         Instead add a column to error_log that will be set to 1 to indicate
         a warning and run the 6 REGEXP's we have for suspicious lines as
         6 separate full table scans.
       - Remove the "suspicious_patterns" table from mtr db
       - Use 'xykls37' as separator when loading the error log, that line should
         hopefully never exist in a line that should be a warning
      2bea349b
  8. 24 Jan, 2009 2 commits
    • Magnus Svensson's avatar
      mtr.pl v2 · a3185ce7
      Magnus Svensson authored
       - Add name of error log file to the erro log table to get better
         erorr message when warning is found
      a3185ce7
    • Magnus Svensson's avatar
      WL#4189 mtr.pl v2 · a7e67cba
      Magnus Svensson authored
       - Rewrite "check testcase" to use LOAD DATA INFILE instead of 'load_file'
         in order to speed up the reading of the servers error log.
      
      mysql-test/include/check-warnings.test:
        Use LOAD DATA to load the servers error log into error_log table and then
        call 'check_warning' stored procedure to filter out any unexpected warnings
      a7e67cba
  9. 21 Jan, 2009 1 commit
    • He Zhenxing's avatar
      BUG#41653 rpl_innodb_bug30888 fails sporadically on pushbuild: warning in log · b7a66485
      He Zhenxing authored
      In mtr.check_warnings, `text` was declares as type text, which is
      64K, and when the server log grows larger than this, it would be
      truncated, and then check_warnings was actually checking the 
      error messages of a previous test and complain warnings.
      
      This patch fixed the problem by change the type of `text` to
      mediumtext, which is 16M.
      
      mysql-test/include/mtr_warnings.sql:
        change the type of `text` to mediumtext
      b7a66485
  10. 25 Dec, 2008 1 commit
    • He Zhenxing's avatar
      BUG#40704 main.events_restart fails sporadically in pushbuild: "server has gone away" · 2070da70
      He Zhenxing authored
      mysqltest command 'shutdown_server' is supposed to shutdown the server
      and wait for it to be gone, and kill it when timeout. But because the
      arguments passed to my_kill were in the wrong order, 'shutdown_server'
      does not wait nor kill the server at all. So after 'shutdown_server',
      the server is still running, and the server may still accepting
      connections.
      
      
      mysql-test/include/mtr_warnings.sql:
        Suppress forcing close thread messages when server shuts down
      mysql-test/include/restart_mysqld.inc:
        wait_until_disconnected.inc is not required after fix shutdown_server command
      2070da70
  11. 05 Dec, 2008 1 commit
    • Magnus Svensson's avatar
      Bug#41061 analyze-warnings times out sporadically in pushbuild · db6be73c
      Magnus Svensson authored
      mysql-test/include/mtr_warnings.sql:
        Slice the time the takes to load the servers error log into error_log table
        by using a declared variable instead of user variable.
        Also change the while loop to only do one LOCATE per loop.
        Drop the temporary tables created by sp
      db6be73c
  12. 13 Oct, 2008 1 commit
    • Sven Sandberg's avatar
      BUG#39853: lowercase_table3 fails on powermacg5 in rpl tree · 4e09e915
      Sven Sandberg authored
      Problem: during a refactoring of mtr, a pattern for suppressing a warning from lowercase_table3 was lost.
      Fix: re-introduce the suppression.
      Problem 2: suppression was misspelt as supression. Fixed by adding a p.
      
      
      mysql-test/include/mtr_warnings.sql:
        fixed spelling error
      mysql-test/suite/rpl/t/rpl_bug33931.test:
        fixed spelling error
      mysql-test/suite/rpl/t/rpl_idempotency.test:
        fixed spelling error
      mysql-test/suite/rpl/t/rpl_temporary.test:
        fixed spelling error
      mysql-test/suite/rpl/t/rpl_temporary_errors.test:
        fixed spelling error
      mysql-test/t/lowercase_table3.test:
        fixed spelling error
      4e09e915
  13. 04 Sep, 2008 1 commit
  14. 25 Aug, 2008 1 commit
    • Andrei Elkin's avatar
      Bug #36968 rpl_temporary_errors.test produces warning in pushbuild · b7f04d0c
      Andrei Elkin authored
      Backporting fixes to 5.1 from 6.0.
      
      mysql-test/include/mtr_warnings.sql:
        removing the global rule for deadlock, use per-test intead.
      mysql-test/suite/rpl/r/rpl_temporary_errors.result:
        deploying the expected deadlock error suppression in the test.
      mysql-test/suite/rpl/t/rpl_temporary_errors.test:
        deploying the expected deadlock error suppression in the test.
      b7f04d0c
  15. 09 Aug, 2008 1 commit
  16. 24 Apr, 2008 1 commit
  17. 09 Apr, 2008 2 commits
    • unknown's avatar
      Fix return code from check-warnings to indicate if test failed or not. · 52420488
      unknown authored
      No more string matching
      
      
      mysql-test/include/check-warnings.test:
        Check return value from check_warnings and call skip if ok
      mysql-test/include/mtr_check.sql:
        Improve readability
      mysql-test/include/mtr_warnings.sql:
        Add out parameter for result.
        Increase the max_allowed_packet variable so the load_file works
        even if the server is started with low such value
      52420488
    • unknown's avatar
      Turn on --check-testcase by default · fc0de68e
      unknown authored
      Don't log check_warnings to binlog
      
      
      mysql-test/include/check-testcase.test:
        Change to use a stored pårocedure for check_testcase
      mysql-test/include/mtr_warnings.sql:
        Don't log the check_warning procedure to binlog
      mysql-test/mysql-test-run.pl:
        Turn on --check-testcase by default
      mysql-test/include/mtr_check.sql:
        New BitKeeper file ``mysql-test/include/mtr_check.sql''
      fc0de68e
  18. 08 Apr, 2008 1 commit
    • unknown's avatar
      Check warnings in servers error log as part of test case · 2c4ca510
      unknown authored
      BitKeeper/deleted/.del-rpl_bug33931-slave.opt:
        Delete: mysql-test/suite/rpl/t/rpl_bug33931-slave.opt
      mysql-test/include/default_mysqld.cnf:
        Set a default name for "log-bin"
      mysql-test/mysql-test-run.pl:
        Check for warnings in mysqld error log files after each testcase,
        using SQL
      mysql-test/lib/mtr_cases.pm:
        Make mtr_match into a perl module
      mysql-test/lib/mtr_match.pm:
        Make mtr_match into a perl module
      mysql-test/lib/mtr_report.pm:
        Make mtr_match into a perl module
        Print warnings if testcase failed from warnings
      mysql-test/r/information_schema.result:
        Be more selective which databases and tables are select in the queries
      mysql-test/r/mysql_upgrade.result:
        Update result, mysql_upgrade will check _all_ databases
      mysql-test/r/mysqlcheck.result:
        Update result, mysql_upgrade should check _all_ databases
      mysql-test/r/sp-destruct.result:
        Be more selective which databases and tables are select in the queries
      mysql-test/r/sp-error.result:
        Backup and restore mysql.proc table
      mysql-test/r/sp-security.result:
        Be more selective which databases and tables are select in the queries
      mysql-test/r/sp.result:
        Be more selective which databases and tables are select in the queries
      mysql-test/suite/rpl/r/rpl_bug33931.result:
        Move the setting of debug flag into the test file instead of in -slave.opt
        Add supression
      mysql-test/suite/rpl/r/rpl_idempotency.result:
        Add supression
        Add master-slave-end.inc
      mysql-test/suite/rpl/t/rpl_bug33931.test:
        Move the setting of debug flag into the test file instead of in -slave.opt
        Add supression
      mysql-test/suite/rpl/t/rpl_idempotency.test:
        Add supression
        Add master-slave-end.inc
      mysql-test/t/information_schema.test:
        Be more selective which databases and tables are select in the queries
      mysql-test/t/sp-destruct.test:
        Be more selective which databases and tables are select in the queries
      mysql-test/t/sp-error.test:
        Backup and restore mysql.proc table
      mysql-test/t/sp-security.test:
        Be more selective which databases and tables are select in the queries
      mysql-test/t/sp.test:
        Be more selective which databases and tables are select in the queries
      mysql-test/include/check-warnings.test:
        New BitKeeper file ``mysql-test/include/check-warnings.test''
      mysql-test/include/mtr_warnings.sql:
        New BitKeeper file ``mysql-test/include/mtr_warnings.sql''
      2c4ca510