Skip to content
  • Neha Kumari's avatar
    560f81fa
    Bug#24748639:CAN'T SET SLAVE_SKIP_ERRORS > 3000 · 560f81fa
    Neha Kumari authored
    Problem:
    MySQL 5.7 has introduced error numbers > 3000 but "slave_skip_errors"
    doesn't allow error numbers which is greater than
    3000(error numbers between 2000 and 2999 are for client side errors)
    
    Fix:
    Modify the MAX_SLAVE_ERROR variable, and add check for the client
    side error while checking for errors to be skipped.
    560f81fa
    Bug#24748639:CAN'T SET SLAVE_SKIP_ERRORS > 3000
    Neha Kumari authored
    Problem:
    MySQL 5.7 has introduced error numbers > 3000 but "slave_skip_errors"
    doesn't allow error numbers which is greater than
    3000(error numbers between 2000 and 2999 are for client side errors)
    
    Fix:
    Modify the MAX_SLAVE_ERROR variable, and add check for the client
    side error while checking for errors to be skipped.
Loading