mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +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)
|
||||
{
|
||||
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)
|
||||
Copy tablespace name
|
||||
|
Reference in New Issue
Block a user