Merge branch '10.6' into 10.11

This commit is contained in:
Yuchen Pei 2024-09-09 11:34:19 +10:00
commit d002b1f503
No known key found for this signature in database
GPG key ID: 3DD1B35105743563
27 changed files with 748 additions and 53 deletions

View file

@ -190,6 +190,7 @@ int main(int args, char **argv)
pthread_t request_thr[N_THREADS];
int i;
my_mutex_init();
my_thread_global_init();
mysql_mutex_init(0, &apc_counters_mutex, MY_MUTEX_INIT_FAST);