mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
cleanup TABLE_SHARE
This commit is contained in:
committed by
Sergey Vojtovich
parent
53216091dd
commit
a07e29a0e5
@@ -7288,11 +7288,7 @@ static void store_schema_partitions_record(THD *thd, TABLE *schema_table,
|
||||
strlen(part_elem->tablespace_name), cs);
|
||||
else
|
||||
{
|
||||
char *ts= showing_table->s->tablespace;
|
||||
if(ts)
|
||||
table->field[24]->store(ts, strlen(ts), cs);
|
||||
else
|
||||
table->field[24]->set_null();
|
||||
table->field[24]->set_null();
|
||||
}
|
||||
}
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user