diff options
author | unknown <monty@hundin.mysql.fi> | 2002-08-09 16:47:16 +0300 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2002-08-09 16:47:16 +0300 |
commit | 6974c3d07a1617cb24cd88b5414a4500b90a5699 (patch) | |
tree | 9e6ce887604db3116c5f936a79eaa6915877323e /include/sslopt-longopts.h | |
parent | 47733b486a23441563ff5090fa12130a4a03eb47 (diff) | |
download | mariadb-git-6974c3d07a1617cb24cd88b5414a4500b90a5699.tar.gz |
Fix for SSL and new my_getopt
Fix for syntax error bug in SET TRANSACTION ISOLATION
BitKeeper/deleted/.del-sslopt-case.h~224c80e75dad4997:
Delete: include/sslopt-case.h
client/mysql.cc:
Fix for SSL and new my_getopt
client/mysqladmin.c:
Fix for SSL and new my_getopt
client/mysqlcheck.c:
Fix for SSL and new my_getopt
client/mysqldump.c:
Fix for SSL and new my_getopt
client/mysqlimport.c:
Fix for SSL and new my_getopt
client/mysqlshow.c:
Fix for SSL and new my_getopt
include/Makefile.am:
Fix for SSL and new my_getopt
include/sslopt-longopts.h:
Fix for SSL and new my_getopt
libmysql/libmysql.c:
Fix for SSL and new my_getopt
mysql-test/r/innodb.result:
Simple test of transaction isolations
mysql-test/t/innodb.test:
Simple test of transaction isolations
sql/mini_client.cc:
Merge of mysql_real_connect() with libmysql.c
sql/mysqld.cc:
Simple test of transaction isolations
Remove use of current_thd in get_options()
sql/slave.cc:
Indentation cleanup
sql/sql_yacc.yy:
Fix for SET TRANSACTION ...
Diffstat (limited to 'include/sslopt-longopts.h')
-rw-r--r-- | include/sslopt-longopts.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sslopt-longopts.h b/include/sslopt-longopts.h index d82c833c439..811fbcbbdd6 100644 --- a/include/sslopt-longopts.h +++ b/include/sslopt-longopts.h @@ -34,7 +34,7 @@ "CA directory (check OpenSSL docs, implies --ssl)", (gptr*) &opt_ssl_capath, (gptr*) &opt_ssl_capath, 0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0}, - {"ssl-cipher", OPT_SSL_CAPATH, "SSL cipher to use (implies --ssl)", + {"ssl-cipher", OPT_SSL_CIPHER, "SSL cipher to use (implies --ssl)", (gptr*) &opt_ssl_cipher, (gptr*) &opt_ssl_cipher, 0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0}, |