• Sergei Golubchik's avatar
    CONNECT: calculate table_name from the path · db8f0dae
    Sergei Golubchik authored
    CONNECT used to compute table file path as
    table->s->db_name + table->s->table_name
    instead of using table->s->path. This was incorrect and now it breaks
    for temporary tables during ALTER TABLE.
    
    Temporarily "fix" it by making CONNECT to use what it always used
    as a table name - the last component in the table->s->path.
    db8f0dae
ha_connect.cc 214 KB