-
Sunny Bains authored
ALTER TABLE T DISCARD TABLESPACE; will rename the .ibd file to a .ibt file. This is really unnecessary. Secondly, we don't guarantee that the file is usable if renamed back to .ibd. rb://1117 Approved by Jimmy Yang.
Sunny Bains authoredALTER TABLE T DISCARD TABLESPACE; will rename the .ibd file to a .ibt file. This is really unnecessary. Secondly, we don't guarantee that the file is usable if renamed back to .ibd. rb://1117 Approved by Jimmy Yang.
Loading