• Sergey Petrunya's avatar
    Fix test errors like: · 50dda403
    Sergey Petrunya authored
    -Note 1031 Table storage engine for 't1' doesn't have this option
    +Note 1031 Table storage engine for 'InnoDB' doesn't have this option
    
    They were caused by a change in MariaDB which changed ER_ILLEGAL_HA message 
    text to be like:
    "Storage engine InnoDB of the table `test`.`t1` doesn't have this option"
    
    Some the error calls were changed to pass new parameters, but some were left
    to be old. Also the error text in errmsg-ut8.txt was not changed.
    50dda403
sql_handler.cc 33.8 KB