mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
FLUSH TABLE table_list
Fixes for RENAME TABLE Portability fixes
This commit is contained in:
@@ -222,6 +222,8 @@ inline double ulonglong2double(ulonglong value)
|
||||
|
||||
#define HAVE_PERROR
|
||||
#define HAVE_VFPRINT
|
||||
#define HAVE_SNPRINTF
|
||||
#define _snprintf snprintf
|
||||
#define HAVE_CHSIZE /* System has chsize() function */
|
||||
#define HAVE_RENAME /* Have rename() as function */
|
||||
#define HAVE_BINARY_STREAMS /* Have "b" flag in streams */
|
||||
|
@@ -70,7 +70,7 @@ typedef struct st_win_timer
|
||||
#ifdef __WIN__
|
||||
typedef struct st_win_timer
|
||||
{
|
||||
uint crono;
|
||||
rf_SetTimer crono;
|
||||
} thr_alarm_t;
|
||||
|
||||
bool thr_got_alarm(thr_alarm_t *alrm);
|
||||
|
Reference in New Issue
Block a user