• unknown's avatar
    Fix for sporadically failures of innodb.test on Darwin 7.3 · 69859967
    unknown authored
    which occured because we were not lowering case of file names 
    for temporary tables altough handler assumes so if 
    lower_case_table_names==2. Now we are lowering case for them.
    
    
    sql/sql_select.cc:
      Now we are lowering case of file names for temporary tables.
    sql/sql_table.cc:
      Now we are lowering case of file names for temporary tables.
    69859967
sql_table.cc 96.4 KB