Skip to content
  • Magnus Blåudd's avatar
    798f7a1b
    WL#6815 Adapt MySQL Cluster to 5.7 · 798f7a1b
    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.
    798f7a1b
    WL#6815 Adapt MySQL Cluster to 5.7
    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