~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/include/mysql_addons.h

  • Committer: mordred
  • Date: 2010-04-19 20:57:43 UTC
  • mto: (1461.2.2 more-valgrind)
  • mto: This revision was merged to the branch mainline in revision 1498.
  • Revision ID: mordred@orisndriz05-20100419205743-7dt9vvqqi8x2bstb
Removed some extern "C" bits that were screwing with the callstack.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
  @param session  user thread connection handle
41
41
  @return  thread id
42
42
*/
 
43
#if defined(__cplusplus)
 
44
extern "C"
 
45
#endif
43
46
unsigned long session_get_thread_id(const void *session);
44
47
#endif