1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Always compile rPM's with --enable-thread-safe-client

sql-bench/bench-init.pl.sh:
  Add new options.
sql/mysqld.cc:
  Fix --des-key-file
support-files/mysql.spec.sh:
  Always compile with --enable-thread-safe-client
This commit is contained in:
unknown
2001-12-13 23:57:55 +02:00
parent d3d30c0145
commit 4577aac40b
3 changed files with 14 additions and 5 deletions

View File

@ -3969,11 +3969,11 @@ static void get_options(int argc,char **argv)
charsets_dir = mysql_charsets_dir;
break;
#include "sslopt-case.h"
#ifdef HAVE_OPENSSL
case OPT_DES_KEY_FILE:
#ifdef HAVE_OPENSSL
des_key_file=optarg;
break;
#endif
break;
case OPT_TX_ISOLATION:
{
int type;