• Sergey Vojtovich's avatar
    BUG#45638 - Create temporary table with engine innodb fails · 16c57d90
    Sergey Vojtovich authored
    Create temporary InnoDB table fails on case insensitive
    filesystems, when lower_case_table_names is 2 (e.g. OS X)
    and temporary directory path contains upper case letters.
    
    The problem was that tmpdir prefix was converted to lower
    case when table was created, but was passed as is when
    table was opened.
    
    Fixed by leaving tmpdir prefix part intact.
    16c57d90
lowercase_mixed_tmpdir_innodb-master.opt 68 Bytes