a. Explain the problem with the code?
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;
The following code segment was a bug in MySQL. Thread 1: if (thd->proc_info) { fputs(thd->proc_info, ..); } Thread 2: th
-
answerhappygod
- Site Admin
- Posts: 899604
- 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
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!