• unknown's avatar
    Fixing a bug in mysqltest.c: · b30cd30a
    unknown 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.
    
    
    
    client/mysqltest.c:
      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.
    b30cd30a
mysqltest.c 88.3 KB