1
/******************************************************
2
This file contains functions that need to be added to
3
MySQL code but have not been added yet.
5
Whenever you add a function here submit a MySQL bug
6
report (feature request) with the implementation. Then
7
write the bug number in the comment before the
10
When MySQL commits the function it can be deleted from
11
here. In a perfect world this file exists but is empty.
15
Created November 07, 2007 Vasil Dimov
16
*******************************************************/
20
#endif /* __cplusplus */
22
/***********************************************************************
23
Retrieve THD::thread_id
24
http://bugs.mysql.com/30930 */
29
/* out: THD::thread_id */
30
const void* thd); /* in: THD */
34
#endif /* __cplusplus */