mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
dcad18b1e8
temporary tablespaces in fast index creation. The tablespaces must reside in the same directory as the persistent tablespaces, so that they can be renamed without copying. Namespace collisions are avoided by replacing the ".ibd" file name suffix with ".ib1" or ".ib2". fil_make_ibd_name(): Treat names starting with TEMP_TABLE_PREFIX specially. Document the dependence on innobase_create_temporary_tablename(). |
||
---|---|---|
.. | ||
ha_innodb.cc | ||
ha_innodb.h |