mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
New thr_alarm struct for better integration with OS2
Run bootstrap in separate thread Fix bug in FLUSH TABLES table_name
This commit is contained in:
@ -74,7 +74,7 @@ my_string my_path(my_string to, const char *progname,
|
||||
/* test if file without filename is found in path */
|
||||
/* Returns to if found and to has dirpart if found, else NullS */
|
||||
|
||||
#if defined(MSDOS) || defined(__WIN__)
|
||||
#if defined(MSDOS) || defined(__WIN__) || defined(__EMX__)
|
||||
#define F_OK 0
|
||||
#define PATH_SEP ';'
|
||||
#define PROGRAM_EXTENSION ".exe"
|
||||
|
Reference in New Issue
Block a user