mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
resolve new updates group_concat
include/mysqld_error.h: resolve error message sql/mysqld.cc: resolve option sql/set_var.cc: resolve variable sql/share/english/errmsg.txt: resolve error message sql/sql_class.h: resolve
This commit is contained in:
parent
aee0d02abd
commit
6adb27c65a
5 changed files with 43 additions and 42 deletions
|
|
@ -323,6 +323,9 @@ static sys_var_rand_seed2 sys_rand_seed2("rand_seed2");
|
|||
static sys_var_thd_ulong sys_default_week_format("default_week_format",
|
||||
&SV::default_week_format);
|
||||
|
||||
sys_var_thd_ulong sys_group_concat_max_len("group_concat_max_len",
|
||||
&SV::group_concat_max_len);
|
||||
|
||||
/*
|
||||
List of all variables for initialisation and storage in hash
|
||||
This is sorted in alphabetical order to make it easy to add new variables
|
||||
|
|
@ -354,6 +357,7 @@ sys_var *sys_variables[]=
|
|||
&sys_flush,
|
||||
&sys_flush_time,
|
||||
&sys_foreign_key_checks,
|
||||
&sys_group_concat_max_len,
|
||||
&sys_identity,
|
||||
&sys_insert_id,
|
||||
&sys_interactive_timeout,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue