1. 06 Apr, 2009 1 commit
    • Tatiana A. Nurnberg's avatar
      Bug#43835: SHOW VARIABLES does not include 0 for slave_skip_errors · 11f44544
      Tatiana A. Nurnberg authored
      We didn't expect "error: no error", although this is
      in fact a legitimate state (if something is erroneous
      on the master, but not on the slave, e.g. INSERT fails
      on master due to UNIQUE constraint which does not exist
      on slave).
      
      We now list the ignore for "0: no error" the same way
      as any other ignore; moreover, if no or an empty
      --slave-skip-errors is passed at start-up, we show
      "OFF" instead of empty list, as intended. (The code
      for that was there, but was only run for the empty-
      argument case, even if it subsequently tested for
      both conditions.) 
      11f44544
  2. 02 Apr, 2009 5 commits
  3. 01 Apr, 2009 16 commits
  4. 31 Mar, 2009 6 commits
  5. 30 Mar, 2009 8 commits
  6. 27 Mar, 2009 4 commits