"Controls what join operations can be executed with join buffers. Odd numbers are used for plain join buffers while even numbers are used for linked buffers",
"Controls what join operations can be executed with join buffers. Odd numbers are used for plain join buffers while even numbers are used for linked buffers",
...
@@ -7141,7 +7141,7 @@ each time the SQL thread starts.",
...
@@ -7141,7 +7141,7 @@ each time the SQL thread starts.",
"This specifies the percentage ratio of that number of hits to the total "
"This specifies the percentage ratio of that number of hits to the total "
// Default max_connections of 151 is larger than Apache's default max
// Default max_connections of 151 is larger than Apache's default max
// children, to avoid "too many connections" error in a common setup
// children, to avoid "too many connections" error in a common setup
{"max_connections",OPT_MAX_CONNECTIONS,
{"max_connections",OPT_MAX_CONNECTIONS,
...
@@ -7287,7 +7287,7 @@ each time the SQL thread starts.",
...
@@ -7287,7 +7287,7 @@ each time the SQL thread starts.",
"Maximum number of temporary tables a client can keep open at a time.",
"Maximum number of temporary tables a client can keep open at a time.",
&global_system_variables.max_tmp_tables,
&global_system_variables.max_tmp_tables,
&max_system_variables.max_tmp_tables,0,GET_ULONG,
&max_system_variables.max_tmp_tables,0,GET_ULONG,
REQUIRED_ARG,32,1,(longlong)ULONG_MAX,0,1,0},
REQUIRED_ARG,32,1,(ulonglong)ULONG_MAX,0,1,0},
{"max_user_connections",OPT_MAX_USER_CONNECTIONS,
{"max_user_connections",OPT_MAX_USER_CONNECTIONS,
"The maximum number of active connections for a single user (0 = no limit. In addition global max_user_connections counting and checking is permanently disabled).",
"The maximum number of active connections for a single user (0 = no limit. In addition global max_user_connections counting and checking is permanently disabled).",