• guilhem@mysql.com's avatar
    Fixing a bug in mysqltest.c: · 83dbc6b0
    guilhem@mysql.com authored
    if a command has a comment at the end of line, like:
    error 2002 ; # this is error 2002
    then the parsing of comment should not make mysqltest
    forget about the value of expected error.
    Reason it forgot it (so the next query caused the test to fail)
    is that internally the above line is 2 queries.
    83dbc6b0
mysqltest.c 88.3 KB