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

Add a comment for thd->proc_info.

This commit is contained in:
Konstantin Osipov
2009-07-22 13:44:19 +04:00
parent 381ca8f58d
commit 2d716209e6

View File

@ -1335,6 +1335,10 @@ public:
Set it using the thd_proc_info(THD *thread, const char *message)
macro/function.
This member is accessed and assigned without any synchronization.
Therefore, it may point only to constant (statically
allocated) strings, which memory won't go away over time.
*/
const char *proc_info;