Details
-
Bug
-
Status: Confirmed (View Workflow)
-
Minor
-
Resolution: Unresolved
-
10.1.11
Description
When using:
ALTER TABLE foo ADD INDEX bar (a,b), ALGORITHM=INPLACE, LOCK=NONE
The global tmpdir will be used instead of the datadir for sorts, which might be too small or too slow to complete the action.
This is fixed upstream in InnoDB 5.6.29:
https://bugs.mysql.com/bug.php?id=73250
A workaround is to use ALGORITHM=COPY but then LOCK=NONE is not supported