• Alfranio Correia's avatar
    Post-push fix for BUG#11809016. · 111570df
    Alfranio Correia authored
    In 5.5, REFRESH SLAVE is used as an alias for RESET SLAVE and
    was removed in 5.6. Reseting a slave through REFRESH SLAVE was
    causing errors in the valgrind platform since reset_slave_info
    was undefined.
    
    To fix the problem, we have set reset_slave_info while calling
    REFRESH SLAVE.
    111570df
sql_yacc.yy 433 KB