-
Magnus Blåudd authored
- WL6205 added support for tablespaces in Innodb. This means that when a table is altered from NDB to Innodb the tablespace name stays the same(by default) and thus a tablespace with the same name must exist also in Innodb. Previsouly there was no tablespace support and thus the name was ignored. - Fix by creating a tablespace with same name in Innodb before testing ALTER from NDB to Innodb and back.
Magnus Blåudd authored- WL6205 added support for tablespaces in Innodb. This means that when a table is altered from NDB to Innodb the tablespace name stays the same(by default) and thus a tablespace with the same name must exist also in Innodb. Previsouly there was no tablespace support and thus the name was ignored. - Fix by creating a tablespace with same name in Innodb before testing ALTER from NDB to Innodb and back.
Loading