mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 10:14:19 +01:00
bug#24667 After ALTER TABLE operation ndb_dd table becomes regular ndb: removed use of environment variable NDB_DEFAULT_DISK
This commit is contained in:
parent
0968cc9dec
commit
5c34add98e
1 changed files with 1 additions and 1 deletions
|
@ -4806,7 +4806,7 @@ int ha_ndbcluster::create(const char *name,
|
|||
if ((my_errno= create_ndb_column(col, field, info)))
|
||||
DBUG_RETURN(my_errno);
|
||||
|
||||
if (info->storage_media == HA_SM_DISK || getenv("NDB_DEFAULT_DISK"))
|
||||
if (info->storage_media == HA_SM_DISK)
|
||||
col.setStorageType(NdbDictionary::Column::StorageTypeDisk);
|
||||
else
|
||||
col.setStorageType(NdbDictionary::Column::StorageTypeMemory);
|
||||
|
|
Loading…
Add table
Reference in a new issue