summaryrefslogtreecommitdiff
path: root/man/mysqld_safe.1
diff options
context:
space:
mode:
authorDmitry Shulga <dmitry.shulga@mariadb.com>2020-11-17 19:23:33 +0700
committerDmitry Shulga <dmitry.shulga@mariadb.com>2020-11-17 19:23:33 +0700
commit796f708f85d3b8b68d1aa338dfa60cfea8f3cdac (patch)
treeeca91d5f538f3a8ba11da184462a1c652e20f95d /man/mysqld_safe.1
parentf0c990379565748c7faa6a068b992f61d9ceb46c (diff)
downloadmariadb-git-796f708f85d3b8b68d1aa338dfa60cfea8f3cdac.tar.gz
MDEV-24115 Fix -Wconversion in Timeval::Timeval() on Mac OS Xbb-10.4-MDEV-24115
The data member tv_usec of the struct timeval is declared as suseconds_t on MacOS. Size of suseconds_t is 4 bytes. On the other hand, size of ulong is 8 bytes on 64-bit MacOS, so attempt to assign a value of wider type (usec) to a value (tv_usec) of narrower type leads to error.
Diffstat (limited to 'man/mysqld_safe.1')
0 files changed, 0 insertions, 0 deletions