mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +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
@@ -820,7 +820,7 @@ Warnings:
|
||||
Warning 1292 Truncated incorrect max_prepared_stmt_count value: '10000000000000000'
|
||||
select @@max_prepared_stmt_count;
|
||||
@@max_prepared_stmt_count
|
||||
1048576
|
||||
4294967295
|
||||
set global max_prepared_stmt_count=default;
|
||||
select @@max_prepared_stmt_count;
|
||||
@@max_prepared_stmt_count
|
||||
|
Reference in New Issue
Block a user