Commit e40ba8e5 authored by unknown's avatar unknown
Browse files

Fix typos, evidently from previous bad merges, in mysql-test-run.pl and sql_yacc.yy


mysql-test/mysql-test-run.pl:
  Fix typo or bad merge (if -> elsif)
sql/sql_yacc.yy:
  Fix apparent bad merge: add ';' before ev_schedule_time: rule.
parent 4e434ea0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3120,7 +3120,7 @@ sub mysqld_start ($$$) {
  {
    $exe= $exe_master_mysqld;
  }
  if ( $type eq 'slave' )
  elsif ( $type eq 'slave' )
  {
    $exe= $exe_slave_mysqld;
  }
+2 −2
Original line number Diff line number Diff line
@@ -1354,7 +1354,7 @@ event_tail:
            Lex->sql_command= SQLCOM_CREATE_EVENT;
            Lex->expr_allows_subselect= TRUE;
          }

      ;

ev_schedule_time: EVERY_SYM expr interval
	  {