Commit 30d48433 authored by unknown's avatar unknown
Browse files

Bug #16466 DD: SHOW CREATE TABLE does not show TABLESPACE table_space1 STORAGE DISK

correction

parent 9796f9c9
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -8920,8 +8920,7 @@ char* ha_ndbcluster::get_tablespace_name()
  }
  if (!ndbtab->getTablespace(&id))
  {
    ndberr= ndbdict->getNdbError();
    goto err;
    return 0;
  }
  {
    NdbDictionary::Tablespace ts= ndbdict->getTablespace(id);