• unknown's avatar
    Bug#20616: drop_temp_table test fails on Windows platform · a4c1111a
    unknown authored
    
    sql/sql_table.cc:
      Check for FN_DEVCHAR in the table name just before file creation. This allows for temporary tables to contain FN_DEVCHAR in the name.
    sql/table.cc:
      Removed the check for FN_DEVCHAR is done at this level because it prevents Windows from creating any table with FN_DEVCHAR in the name.
    a4c1111a
sql_table.cc 128 KB