diff options
author | Marc Alff <marc.alff@oracle.com> | 2013-11-06 10:22:00 +0100 |
---|---|---|
committer | Marc Alff <marc.alff@oracle.com> | 2013-11-06 10:22:00 +0100 |
commit | 63819ccb34409d6d3867508ac2f0e328d56a7ea5 (patch) | |
tree | b790d2d180d492a6faebbc106753d9865954a5f2 /mysys | |
parent | 5f83a7fbf8df25b444eedbc88925fe8912b12fd2 (diff) | |
download | mariadb-git-63819ccb34409d6d3867508ac2f0e328d56a7ea5.tar.gz |
Bug#17702677 WRONG INSTRUMENTATION INTERFACE FOR MYSQL_COND_TIMEDWAIT
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.
Diffstat (limited to 'mysys')
0 files changed, 0 insertions, 0 deletions