summaryrefslogtreecommitdiff
path: root/sql/sql_show.cc
diff options
context:
space:
mode:
authorAlexander Nozdrin <alik@sun.com>2009-12-25 16:22:25 +0300
committerAlexander Nozdrin <alik@sun.com>2009-12-25 16:22:25 +0300
commitc3eabe01fc30ee38f64b17fabfd58c6328751660 (patch)
tree5262fcad41adee5cc85c726ef0ed77413772f685 /sql/sql_show.cc
parent387cb3c99b4a13ca9fa41c0af44e933f997b5348 (diff)
parent10eab6ccb0210f238e6a21a0f25899c804717653 (diff)
downloadmariadb-git-c3eabe01fc30ee38f64b17fabfd58c6328751660.tar.gz
Auto-merge from mysql-next-mr.
Diffstat (limited to 'sql/sql_show.cc')
-rw-r--r--sql/sql_show.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_show.cc b/sql/sql_show.cc
index 4774a91a9bf..a745fe151a5 100644
--- a/sql/sql_show.cc
+++ b/sql/sql_show.cc
@@ -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));