From 8ff0cc14e473a019ceda0eb5fc26de6da1d6ec52 Mon Sep 17 00:00:00 2001 From: Alexey Kopytov Date: Tue, 29 Nov 2016 22:04:11 +0300 Subject: [PATCH] Fix help_drv_mysql.t after adding --mysql-ssl-cipher. --- tests/t/help_drv_mysql.t | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/t/help_drv_mysql.t b/tests/t/help_drv_mysql.t index c5631d3..e8480c9 100644 --- a/tests/t/help_drv_mysql.t +++ b/tests/t/help_drv_mysql.t @@ -16,6 +16,7 @@ Skip test if the MySQL driver is not available. --mysql-table-engine=STRING storage engine to use for the test table {myisam,innodb,bdb,heap,ndbcluster,federated} [innodb] --mysql-engine-trx=STRING whether storage engine used is transactional or not {yes,no,auto} [auto] --mysql-ssl=[on|off] use SSL connections, if available in the client library [off] + --mysql-ssl-cipher=STRING use specific cipher for SSL connections [] --mysql-compression=[on|off] use compression, if available in the client library [off] --myisam-max-rows=N max-rows parameter for MyISAM tables [1000000] --mysql-debug=[on|off] dump all client library calls [off]