feat: mysql add prepared_stmt_cache_capacity (#6639)

* feat: your clear and concise commit message

Signed-off-by: sunheyi <1061867552@qq.com>

* fix error

Signed-off-by: sunheyi <1061867552@qq.com>

* add param

Signed-off-by: sunheyi <1061867552@qq.com>

* fix

Signed-off-by: sunheyi <1061867552@qq.com>

* fix doc error

Signed-off-by: sunheyi <1061867552@qq.com>

---------

Signed-off-by: sunheyi <1061867552@qq.com>
This commit is contained in:
sunheyi
2025-08-14 16:19:10 +08:00
committed by GitHub
parent 4d97754cb4
commit d03f85287e
11 changed files with 47 additions and 4 deletions

View File

@@ -645,6 +645,7 @@ pub async fn setup_mysql_server_with_user_provider(
),
0,
opts.reject_no_database.unwrap_or(false),
opts.prepared_stmt_cache_size,
)),
None,
);