1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

WL#5486: Remove code for unsupported platforms

Remove OS/2 specific code.
This commit is contained in:
Davi Arnaut
2010-07-15 08:33:27 -03:00
parent 3c418c5709
commit 8df20918d6

View File

@ -525,7 +525,7 @@ int init_embedded_server(int argc, char **argv, char **groups)
/* Get default temporary directory */
opt_mysql_tmpdir=getenv("TMPDIR"); /* Use this if possible */
#if defined( __WIN__) || defined(OS2)
#if defined(__WIN__)
if (!opt_mysql_tmpdir)
opt_mysql_tmpdir=getenv("TEMP");
if (!opt_mysql_tmpdir)