1. 13 Feb, 2008 9 commits
  2. 11 Feb, 2008 4 commits
    • unknown's avatar
      Make this build on Windows. · 98964759
      unknown authored
      
      extra/resolveip.c:
        Regrettably, Windows does not have inet_aton. We still don't want to use inet_addr on all platforms, because it is inaccurate and deprecated on many.
      98964759
    • unknown's avatar
      Disable sporadically failing test cases (Bug#34454). · a0d88ebb
      unknown authored
      
      mysql-test/suite/rpl_ndb/t/disabled.def:
        Disable sporadically failing test cases.
      a0d88ebb
    • unknown's avatar
      Disabling declaration of debug variable for non-debug builds. · c9d0934a
      unknown authored
      (originally from Mats)
      
      
      sql/slave.cc:
        Disabling declaration in non-debug builds.
      c9d0934a
    • unknown's avatar
      Patch to eliminate some valgrind warnings in debug printout code. · 6f6fabb7
      unknown authored
      (originally from Mats)
      
      
      sql/rpl_rli.cc:
        Adding variable to mark an instance of Relay_log_info as fake.
      sql/rpl_rli.h:
        Adding variable to mark an instance of Relay_log_info as fake.
      sql/slave.cc:
        Not printing debug information if we are working with a fake
        instance of Relay_log_info. This because the result of calling
        update is nonsense, and trying to print it generates valgrind
        warnings.
      sql/sql_binlog.cc:
        Marking newly created instance of Relay_log_info as a fake instance.
      6f6fabb7
  3. 09 Feb, 2008 3 commits
  4. 08 Feb, 2008 15 commits
  5. 07 Feb, 2008 9 commits