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

correction
parent de2c7c72
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment