Commit 5b77e339 authored by monty@hundin.mysql.fi's avatar monty@hundin.mysql.fi
Browse files

Fixed test case after HANDLER CLOSE fix

parent a3a93da6
Loading
Loading
Loading
Loading
+24 −20
Original line number Diff line number Diff line
@@ -913,6 +913,8 @@ stop_slave ()
      else
        $ECHO "slave responded to SIGTERM "
      fi
    else
      sleep $SLEEP_TIME_AFTER_RESTART
    fi
    eval "SLAVE$1_RUNNING=0"
  fi
@@ -935,6 +937,8 @@ stop_master ()
      else
        $ECHO "master responded to SIGTERM "
      fi
    else
      sleep $SLEEP_TIME_AFTER_RESTART
    fi
    MASTER_RUNNING=0
  fi
+1 −0
Original line number Diff line number Diff line
@@ -909,4 +909,5 @@ Table handler for 't1' doesn't have this option
handler t1 read t first;
Unknown table 't1' in HANDLER
handler t1 close;
Unknown table 't1' in HANDLER
drop table t1;
+1 −0
Original line number Diff line number Diff line
@@ -574,5 +574,6 @@ desc t1;
handler t1 open t1;
--error 1109
handler t1 read t first;
--error 1109
handler t1 close;
drop table t1;