mirror of
https://github.com/MariaDB/server.git
synced 2025-08-05 13:16:09 +03:00
A post-merge fix.
This commit is contained in:
@@ -5315,7 +5315,7 @@ mysql_prepare_alter_table(THD *thd, TABLE *table,
|
|||||||
|
|
||||||
if (!create_info->tablespace && create_info->storage_media != HA_SM_MEMORY)
|
if (!create_info->tablespace && create_info->storage_media != HA_SM_MEMORY)
|
||||||
{
|
{
|
||||||
char *tablespace= thd->alloc(FN_LEN);
|
char *tablespace= static_cast<char *>(thd->alloc(FN_LEN));
|
||||||
/*
|
/*
|
||||||
Regular alter table of disk stored table (no tablespace/storage change)
|
Regular alter table of disk stored table (no tablespace/storage change)
|
||||||
Copy tablespace name
|
Copy tablespace name
|
||||||
|
Reference in New Issue
Block a user