1
0
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:
Eugene Kosov
2018-05-29 23:55:57 +03:00
committed by Sergey Vojtovich
parent 53216091dd
commit a07e29a0e5
2 changed files with 1 additions and 14 deletions

View File

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