The following code segment was a bug in MySQL. Thread 1: if (thd->proc_info) { fputs(thd->proc_info, ..); } Thread 2: th
Posted: Fri May 20, 2022 3:23 pm
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;