Commit 679a2643 authored by kostja@bodhi.(none)'s avatar kostja@bodhi.(none)

A post-merge fix.

parent 16633169
......@@ -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