mirror of
https://github.com/MariaDB/server.git
synced 2026-05-09 16:44:29 +02:00
BUG#3328
I can't see group_concat_max_len in a list of variables sql/set_var.cc: add sys_group_concat_max_len.name
This commit is contained in:
parent
6b433f99a4
commit
2766804663
1 changed files with 1 additions and 0 deletions
|
|
@ -628,6 +628,7 @@ struct show_var_st init_vars[]= {
|
|||
{"ft_min_word_len", (char*) &ft_min_word_len, SHOW_LONG},
|
||||
{"ft_query_expansion_limit",(char*) &ft_query_expansion_limit, SHOW_LONG},
|
||||
{"ft_stopword_file", (char*) &ft_stopword_file, SHOW_CHAR_PTR},
|
||||
{sys_group_concat_max_len.name, (char*) &sys_group_concat_max_len, SHOW_SYS},
|
||||
{"have_bdb", (char*) &have_berkeley_db, SHOW_HAVE},
|
||||
{"have_compress", (char*) &have_compress, SHOW_HAVE},
|
||||
{"have_crypt", (char*) &have_crypt, SHOW_HAVE},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue