• unknown's avatar
    Cleaning DROP TABLE which is important if the tests are run in a certain order. · 46c730e6
    unknown authored
    This is because rpl_relayrotate.test uses InnoDB.
    Example of a failing sequence:
    rpl_relayrotate.test repl_user_variables.test rpl_relayrotate.test
    Explaination in the files.
    Btw all other tests which use InnoDB (innodb*.test) already have this final
    DROP TABLE.
    Removed a wrong comment of mine.
    
    
    mysql-test/r/rpl_relayrotate.result:
      result update
    mysql-test/t/rpl_relayrotate.test:
      cleaning DROP TABLE which is important if the tests are run in a certain order.
    46c730e6
rpl_relayrotate.test 2.48 KB