Skip to content
  • Gopal Shankar's avatar
    4748dcb8
    WL#13355 Make CREATE TABLE...SELECT atomic and crash-safe · 4748dcb8
    Gopal Shankar authored
    Post push fixes: Fixing weekly test failures.
    
    - Skip main.create_select_atomic if log_bin is OFF.
    - Skip main.create_select_foreign_key if log_bin is OFF.
    - Move rpl.rpl_create_select to rpl_nogtid.rpl_nogtid_create_select.
      No that it is never run with GTID_MODE=ON.
    - Fix rpl.rpl_create_select_replay to reset master before
      replaying logs, otherwise the gtids are skipped.
    
    Change-Id: Ic702bd87cc911e7e49d37f272adb13d79843191c
    4748dcb8
    WL#13355 Make CREATE TABLE...SELECT atomic and crash-safe
    Gopal Shankar authored
    Post push fixes: Fixing weekly test failures.
    
    - Skip main.create_select_atomic if log_bin is OFF.
    - Skip main.create_select_foreign_key if log_bin is OFF.
    - Move rpl.rpl_create_select to rpl_nogtid.rpl_nogtid_create_select.
      No that it is never run with GTID_MODE=ON.
    - Fix rpl.rpl_create_select_replay to reset master before
      replaying logs, otherwise the gtids are skipped.
    
    Change-Id: Ic702bd87cc911e7e49d37f272adb13d79843191c
Loading