mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Implemented UTC_TIME, UTC_DATE and UTC_TIMESTAMP functions (WL#345)
This commit is contained in:
@ -463,6 +463,9 @@ typedef unsigned long long os_off_t;
|
||||
/* Define if you have the getwd function. */
|
||||
#define HAVE_GETWD 1
|
||||
|
||||
/* Define to 1 if you have the `gmtime_r' function. */
|
||||
#define HAVE_GMTIME_R 1
|
||||
|
||||
/* Define if you have the index function. */
|
||||
#define HAVE_INDEX 1
|
||||
|
||||
|
Reference in New Issue
Block a user