1
0
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:
kostja@bodhi.(none)
2007-06-01 13:33:57 +04:00
parent 16633169e4
commit 679a264357

View File

@ -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