sigfillset(&my_signals);/* signals blocked by mf_brkhant */
#endif
pthread_mutex_init(&LOCK_bitmap,NULL);
#endif
{
DBUG_ENTER("my_init");
...
...
@@ -127,7 +129,12 @@ void my_end(int infoflag)
#ifdef HAVE_GETRUSAGE
structrusagerus;
if(!getrusage(RUSAGE_SELF,&rus))
fprintf(info_file,"\nUser time %.2f, System time %.2f\nMaximum resident set size %ld, Integral resident set size %ld\nNon physical pagefaults %ld, Physical pagefaults %ld, Swaps %ld\nBlocks in %ld out %ld, Messages in %ld out %ld, Signals %ld\nVouluntary context switches %ld, Invouluntary context switches %ld\n",
fprintf(info_file,"\n\
User time %.2f, System time %.2f\n\
Maximum resident set size %ld, Integral resident set size %ld\n\