mirror of
https://github.com/MariaDB/server.git
synced 2026-05-02 13:15:32 +02:00
merge
This commit is contained in:
commit
8cffae12a6
11 changed files with 117 additions and 22 deletions
|
|
@ -1468,7 +1468,7 @@ int store_create_info(THD *thd, TABLE_LIST *table_list, String *packet,
|
|||
show_table_options,
|
||||
NULL, NULL))))
|
||||
{
|
||||
packet->append(STRING_WITH_LEN("\n/*!50100"));
|
||||
table->part_info->set_show_version_string(packet);
|
||||
packet->append(part_syntax, part_syntax_len);
|
||||
packet->append(STRING_WITH_LEN(" */"));
|
||||
my_free(part_syntax, MYF(0));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue