• Michael Widenius's avatar
    Fixed some mysql-test-run failures and compile warnings/errors · 70575456
    Michael Widenius authored
    Added logging of all possible fatal table errors if --log-warnings set to > 1
    
    
    mysql-test/extra/rpl_tests/rpl_EE_err.test:
      Safety fix
    mysql-test/extra/rpl_tests/rpl_row_basic.test:
      Added suppression of possible error message (so that one can run test with --log-warnings=2)
    mysql-test/r/archive.result:
      Added suppression of possible error message (so that one can run test with --log-warnings=2)
    mysql-test/r/csv.result:
      Added suppression of possible error message (so that one can run test with --log-warnings=2)
    mysql-test/suite/maria/r/maria-autozerofill.result:
      Added suppression of possible error message (so that one can run test with --log-warnings=2)
    mysql-test/suite/maria/t/maria-autozerofill.test:
      Added suppression of possible error message (so that one can run test with --log-warnings=2)
    mysql-test/suite/maria/t/maria-recover.test:
      Added suppression of possible error message (so that one can run test with --log-warnings=2)
    mysql-test/suite/parts/t/partition_recover_myisam.test:
      Added suppression of possible error message (so that one can run test with --log-warnings=2)
    mysql-test/suite/rpl/r/rpl_bug38694.result:
      Added suppression of possible error message (so that one can run test with --log-warnings=2)
    mysql-test/suite/rpl/r/rpl_idempotency.result:
      Added suppression of possible error message (so that one can run test with --log-warnings=2)
    mysql-test/suite/rpl/r/rpl_ignore_table.result:
      Added suppression of possible error message (so that one can run test with --log-warnings=2)
    mysql-test/suite/rpl/r/rpl_row_basic_11bugs.result:
      Added suppression of possible error message (so that one can run test with --log-warnings=2)
    mysql-test/suite/rpl/r/rpl_row_conflicts.result:
      Added suppression of possible error message (so that one can run test with --log-warnings=2)
    mysql-test/suite/rpl/r/rpl_temporary_errors.result:
      Added suppression of possible error message (so that one can run test with --log-warnings=2)
    mysql-test/suite/rpl/t/rpl_bug38694.test:
      Added suppression of possible error message (so that one can run test with --log-warnings=2)
    mysql-test/suite/rpl/t/rpl_idempotency.test:
      Added suppression of possible error message (so that one can run test with --log-warnings=2)
    mysql-test/suite/rpl/t/rpl_ignore_table.test:
      Added suppression of possible error message (so that one can run test with --log-warnings=2)
    mysql-test/suite/rpl/t/rpl_row_basic_11bugs.test:
      Added suppression of possible error message (so that one can run test with --log-warnings=2)
    mysql-test/suite/rpl/t/rpl_row_conflicts.test:
      Added suppression of possible error message (so that one can run test with --log-warnings=2)
    mysql-test/suite/rpl/t/rpl_temporary_errors.test:
      Added suppression of possible error message (so that one can run test with --log-warnings=2)
    mysql-test/t/archive.test:
      Added suppression of possible error message (so that one can run test with --log-warnings=2)
    mysql-test/t/csv.test:
      Added suppression of possible error message (so that one can run test with --log-warnings=2)
    sql/handler.cc:
      If running with --assert-of-crashed-table or --log-warnings > 1 then print engine error to log
    sql/sql_select.cc:
      Disable not initialized warning from gcc
    strings/Makefile.am:
      Fixed compiler error on Solaris 10 (duplicate strmov() function)
    70575456
rpl_EE_err.test 1.17 KB