mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
8b88249b0a
Bug #36819: ut_usectime does not handle errors from gettimeofday Detailed revision comments: r2480 | vasil | 2008-05-27 11:40:07 +0300 (Tue, 27 May 2008) | 11 lines branches/5.1: Fix Bug#36819 ut_usectime does not handle errors from gettimeofday by retrying gettimeofday() several times if it fails in ut_usectime(). If it fails on all calls then return error to the caller to be handled at higher level. Update the variable innodb_row_lock_time_max in SHOW STATUS output only if ut_usectime() was successful. |
||
---|---|---|
.. | ||
ut0byte.c | ||
ut0dbg.c | ||
ut0list.c | ||
ut0mem.c | ||
ut0rnd.c | ||
ut0ut.c | ||
ut0vec.c | ||
ut0wqueue.c |