Commit 0b809071 authored by msvensson@pilot.(none)'s avatar msvensson@pilot.(none)
Browse files

Only install second master db if using second master

parent 7812c2d3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2911,7 +2911,7 @@ sub mysql_install_db () {

  install_db('master', $master->[0]->{'path_myddir'});

  if ($max_master_num)
  if ($max_master_num > 1)
  {
    copy_install_db('master', $master->[1]->{'path_myddir'});
  }