If you have not be careful with General Tablespaces in MySQL
5.7.10, you must be at least from now.
I have reported several bugs related to General Tablespaces for
eg.:
* #77814 -> Altering table twice,with same tablespace will increase general tablespace size (verfied)
* #77556 -> Segmentation fault while creating general tablespace in disk full Linux (fixed/closed)
* #77830 -> “ALGORITHM=INPLACE is not supported” no error with tablespace alter (open)
* #80070 -> allocated_size and file_size differ if create general tablespace outside datadir (verified)
* …
[Read more]