1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

srv0start.c Eliminate wrong type calls of os_thread_create

srv0srv.c	Eliminate wrong type calls of os_thread_create


innobase/srv/srv0srv.c:
  Eliminate wrong type calls of os_thread_create
innobase/srv/srv0start.c:
  Eliminate wrong type calls of os_thread_create
This commit is contained in:
unknown
2001-03-14 21:27:30 +02:00
parent a0051baf75
commit 0e07d8f933
2 changed files with 9 additions and 9 deletions

View File

@ -683,8 +683,8 @@ innobase_start_or_create_for_mysql(void)
}
if (srv_measure_contention) {
os_thread_create(&test_measure_cont, NULL, thread_ids +
SRV_MAX_N_IO_THREADS);
/* os_thread_create(&test_measure_cont, NULL, thread_ids +
SRV_MAX_N_IO_THREADS); */
}
/* Create the master thread which monitors the database