Thank you, Marc !
I will see the code in the server and try if the API mysql_thread_create() can be used in
our code. Actually, we have several background threads and they do
different work. We collect their statistic information, and the information is
visiable in our custom table in INFORMATION_SCHEMA database. These information
can be used to help us optimize the performance of our storage engine.
Regards,
Ricky
----------------------------------------
> Date: Fri, 3 Sep 2010 11:36:28 -0600
> From: marc.alff@stripped
> To: internals@stripped; rickylee86@stripped
> Subject: Re: How to avoid mysql warning "Got signal 14 from thread 0"
>
>
> Hi All,
>
> On a side note about the performance instrumentation ("PERFORMANCE
> SCHEMA"), if you use the API mysql_thread_create() instead of
> pthread_create(), the internal threads of your storage engine will be
> visible in SQL in the performance_schema tables ...
>
> See the code in the server for examples, or feel free to ask questions
> on how to instrument code on this list.
>
> Regards,
> -- Marc
>
>
>
>
> --
> MySQL Internals Mailing List
> For list archives: http://lists.mysql.com/internals
> To unsubscribe: http://lists.mysql.com/internals?unsub=1
>