Skip to content

Commit

Permalink
Windows build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
9EOR9 committed Apr 12, 2022
1 parent 7e0fd53 commit f57e222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mariadb/mariadb_pooling.c
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ MrdbPool_getconnection(MrdbPool *self)
uint64_t tdiff= 0;
struct timespec now;

clock_gettime(CLOCK_MONOTONIC_RAW, &now);
clock_gettime(CLOCK_MONOTONIC, &now);

pthread_mutex_lock(&self->lock);

Expand Down

0 comments on commit f57e222

Please sign in to comment.