1. 29 Mar, 2008 3 commits
  2. 28 Mar, 2008 2 commits
    • aelkin/andrei@mysql1000.(none)'s avatar
      wl#4091 · 5ef66b37
      aelkin/andrei@mysql1000.(none) authored
      improving a test that shows a failure.
      
      the wait condition was for data in tables but the 
      log positions are updates after the data are unlocked.
      So there was a time window
      [after_table_unlock_for_select, log_pos_updated] where the
      orig cond was true but log position might be changed.
      the correct one is to expect the last pos of the
      slave's insert in the output of show_slave_status on the
      master.
      5ef66b37
    • aelkin/andrei@mysql1000.(none)'s avatar
      BUG#33029 · 103f9d68
      aelkin/andrei@mysql1000.(none) authored
      refining a test for embedded env.
      103f9d68
  3. 27 Mar, 2008 25 commits
  4. 26 Mar, 2008 10 commits