Commit 0519057a authored by unknown's avatar unknown

A post-merge fix.

parent 63791f4c
......@@ -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
......
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