Details
-
Task
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Not a Bug
-
None
Description
Would it be possible to make innodb_file_per_table and innodb_file_format session variables? Having more than one concurrent thread that may create a table, or even use ALTER TABLE with the COPY algorithm, is unsafe (unless you always use GET_LOCK or some other solution I don't know).