• bar@mysql.com/bar.myoffice.izhnet.ru's avatar
    Additional fix for bug N26402: · f28a5842
    bar@mysql.com/bar.myoffice.izhnet.ru authored
    An attempt to open file with name '????????.frm'
    can produce different errors:
    - ER_NO_SUCH_TABLE on Unix
    - ER_FILE_NOT_FOUND on Windows
    because QUESTION MARK has special meaning on Windows.
    Make sure that any of these two errors happens.
    f28a5842
show_check.test 15.4 KB