-
- reverting back changes for temp-tablespace location fix. - here is (hopefully the final) change list: - temp-tablespace default name is ibtmp1 - temp-tablespace would reside in data-dir - user using relative path while specifying innodb_temp_data_file_path can move temp-tablespace from data-dir to other directory. - temp-tablespace will be removed on normal shutdown and on start-up. this also means on crash is user re-starts the server with same configuration temp-tablespace left over by crash will be removed. - user can continue to use multiple-instance on same machine as temp-table now reside in data-dir by default which has to be different for each instance.
- reverting back changes for temp-tablespace location fix. - here is (hopefully the final) change list: - temp-tablespace default name is ibtmp1 - temp-tablespace would reside in data-dir - user using relative path while specifying innodb_temp_data_file_path can move temp-tablespace from data-dir to other directory. - temp-tablespace will be removed on normal shutdown and on start-up. this also means on crash is user re-starts the server with same configuration temp-tablespace left over by crash will be removed. - user can continue to use multiple-instance on same machine as temp-table now reside in data-dir by default which has to be different for each instance.
Loading