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:
@ -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;
|
||||
|
Reference in New Issue
Block a user