mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 07:35:32 +02:00
WL#5486: Remove code for unsupported platforms
Remove OS/2 specific code.
This commit is contained in:
parent
3c418c5709
commit
8df20918d6
1 changed files with 2 additions and 2 deletions
|
|
@ -522,10 +522,10 @@ int init_embedded_server(int argc, char **argv, char **groups)
|
|||
|
||||
mysql_data_home= mysql_real_data_home;
|
||||
mysql_data_home_len= mysql_real_data_home_len;
|
||||
|
||||
|
||||
/* 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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue