mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MySQL Bugs: #16466: DD: SHOW CREATE TABLE does not show TABLESPACE table_space1 STORAGE DISK
This commit is contained in:
@ -1140,9 +1140,11 @@ store_create_info(THD *thd, TABLE_LIST *table_list, String *packet,
|
||||
to the CREATE TABLE statement
|
||||
*/
|
||||
|
||||
if ((for_str= file->get_tablespace_create_info()))
|
||||
if ((for_str= file->get_tablespace_name()))
|
||||
{
|
||||
packet->append(" TABLESPACE ");
|
||||
packet->append(for_str, strlen(for_str));
|
||||
packet->append(" STORAGE DISK");
|
||||
my_free(for_str, MYF(0));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user