• Sergei Golubchik's avatar
    parser: better error messages for CHECK/REPAIR VIEW · 64569fa8
    Sergei Golubchik authored
    remove the code that checks for correct options for
    for CHECK/REPAIR VIEW. Rewrite the grammar for the parser
    to check that. This changes error messages as
    
    -ERROR 42000: You have an error ... near '' at line 1
    +ERROR 42000: You have an error ... near 'quick' at line 1
    64569fa8
mysql_upgrade_view.test 4.87 KB