mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
increase upper value of max_prepared_stmt_count to UINT32_MAX
The upper 1M limit for max_prepared_stmt_count was set over 10 years ago. It doesn't suite current hardware and a sysbench oltp_read_write test with 512 threads will hit this limit.
This commit is contained in:
committed by
Sergey Vojtovich
parent
10f6b7001b
commit
8ffbb825e6
@ -178,7 +178,7 @@ extern ulong slave_trans_retries;
|
||||
extern uint slave_net_timeout;
|
||||
extern int max_user_connections;
|
||||
extern ulong what_to_log,flush_time;
|
||||
extern ulong max_prepared_stmt_count, prepared_stmt_count;
|
||||
extern uint max_prepared_stmt_count, prepared_stmt_count;
|
||||
extern ulong open_files_limit;
|
||||
extern ulonglong binlog_cache_size, binlog_stmt_cache_size;
|
||||
extern ulonglong max_binlog_cache_size, max_binlog_stmt_cache_size;
|
||||
|
Reference in New Issue
Block a user