Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Cannot Reproduce
-
10.0.14
Description
In this page:
I read:
"Translating a CONNECT table to another engine is fine but the opposite is forbidden when the target CONNECT table is not table based or when its data file exists"
I tried ALTER TABLE ... ENGINE = ? in both directions (from and to CONNECT) with both file-based inward/outward tables. It always works: no errors, data is not damaged.
Maybe the documentation is not updated?