mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
befcff9ba5
Let MySQL check the existence of readdir_r with 3 arguments; Solaris seems to have just 2 args Check the existence of readdir_r and localtime_r; even though MySQL does check these too, we need our own check for Hot Backup code os0file.c: Use re-entrant readdir_r where available ut0ut.c: Make a function to use thread-safe localtime_r where available; that particular function was not called from anywhere, though innobase/ut/ut0ut.c: Make a function to use thread-safe localtime_r where available; the function was not called from anywhere, though innobase/os/os0file.c: Use re-entrant readdir_r where available innobase/configure.in: Let MySQL check the existence of readdir_r with 3 arguments; Solaris seems to have just 2 args |
||
---|---|---|
.. | ||
Makefile.am | ||
makefilewin | ||
ut0byte.c | ||
ut0dbg.c | ||
ut0mem.c | ||
ut0rnd.c | ||
ut0ut.c |