• unknown's avatar
    Bug #36435 rpl_events uses non-deterministic check · 8cc54076
    unknown authored
    Select of the test could not perform deterministically, because the table remains to be 
    updatable by the running event handler.
    
    Fixed with changing verification to use a logical values instead of comparison 
    with a pre-recorded results.
    
    
    mysql-test/include/rpl_events.inc:
      changing verification to use a logical values instead of comparison with a pre-recorded
      results
    mysql-test/suite/rpl/r/rpl_events.result:
      resutls updated.
    8cc54076
rpl_events.result 8.44 KB