• Marc Alff's avatar
    Bug#17702677 WRONG INSTRUMENTATION INTERFACE FOR MYSQL_COND_TIMEDWAIT · 4f5e7582
    Marc Alff authored
    The pthread_cond_timedwait(3P) api
    uses a const struct timespec for parameter 3.
    
    The instrumentation api for the same, mysql_cond_timedwait,
    which expands to inline_mysql_cond_timedwait,
    should also take a const parameter for the timespec.
    
    This fix add the missing const to inline_mysql_cond_timedwait.
    4f5e7582
mysql_thread.h 28 KB