mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Merge branch '10.0' into 10.1
This commit is contained in:
commit
4c89cff558
33 changed files with 599 additions and 47 deletions
|
|
@ -540,7 +540,7 @@ bool max_user_connections_checking=0;
|
|||
Limit of the total number of prepared statements in the server.
|
||||
Is necessary to protect the server against out-of-memory attacks.
|
||||
*/
|
||||
ulong max_prepared_stmt_count;
|
||||
uint max_prepared_stmt_count;
|
||||
/**
|
||||
Current total number of prepared statements in the server. This number
|
||||
is exact, and therefore may not be equal to the difference between
|
||||
|
|
@ -551,7 +551,7 @@ ulong max_prepared_stmt_count;
|
|||
two different connections, this counts as two distinct prepared
|
||||
statements.
|
||||
*/
|
||||
ulong prepared_stmt_count=0;
|
||||
uint prepared_stmt_count=0;
|
||||
ulong thread_id=1L,current_pid;
|
||||
ulong slow_launch_threads = 0;
|
||||
uint sync_binlog_period= 0, sync_relaylog_period= 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue