• unknown's avatar
    Bug #28953 Using events in a replication let the slave crash. · 31608f67
    unknown authored
    Fixed where the slave code would try to update the Lex->sphead which is NULL on an "alter table" commands.
    
    
    mysql-test/r/rpl_events.result:
      test that "alter event" replicates without crashing the slave
    mysql-test/t/rpl_events.test:
      test that "alter event" replicates without crashing the slave
    sql/sql_parse.cc:
      Added a check for lex->spd, which isn't set on an "alter event" command
    31608f67
rpl_events.result 6.81 KB