The following code segment was a bug in MySQL. Thread 1: if (thd->proc_info) { fputs(thd->proc_info, ..); } Thread 2: th
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
The following code segment was a bug in MySQL. Thread 1: if (thd->proc_info) { fputs(thd->proc_info, ..); } Thread 2: th
b. Write code to fix the problem.
The following code segment was a bug in MySQL. Thread 1: if (thd->proc_info) { fputs(thd->proc_info, ..); } Thread 2: thd->proc_info = NULL;