1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

MDEV-33092 Undefined reference to concurrency on Solaris

remove thr_setconcurrency()
followup for 8bbcaab160

Fix by Rainer Orth
This commit is contained in:
Sergei Golubchik
2024-01-10 00:56:19 +01:00
parent c4ebf87f86
commit 761d5c8987
14 changed files with 0 additions and 38 deletions

View File

@@ -635,8 +635,6 @@ int init_embedded_server(int argc, char **argv, char **groups)
udf_init();
#endif
(void) thr_setconcurrency(concurrency); // 10 by default
if (flush_time && flush_time != ~(ulong) 0L)
start_handle_manager();