Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
CONNECT: calculate table_name from the path
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.
- Loading branch information