From ccc252f43cd6b9446998f6f3257a91c29a39acac Mon Sep 17 00:00:00 2001 From: Alexey Kopytov Date: Fri, 2 Oct 2015 10:26:45 +0300 Subject: [PATCH] Fixed #3 in the 0.4 branch. --- sysbench/drivers/mysql/drv_mysql.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysbench/drivers/mysql/drv_mysql.c b/sysbench/drivers/mysql/drv_mysql.c index 8b44e93..4db1630 100644 --- a/sysbench/drivers/mysql/drv_mysql.c +++ b/sysbench/drivers/mysql/drv_mysql.c @@ -69,7 +69,7 @@ static sb_arg_t mysql_drv_args[] = {"mysql-ssl", "use SSL connections, if available in the client library", SB_ARG_TYPE_FLAG, "off"}, {"myisam-max-rows", "max-rows parameter for MyISAM tables", SB_ARG_TYPE_INT, "1000000"}, {"mysql-create-options", "additional options passed to CREATE TABLE", SB_ARG_TYPE_STRING, ""}, - {"mysql-dry-run", "Dry run, pretent that all MySQL client API calls are successful without executing them", SB_ARG_TYPE_FLAG, NULL}, + {"mysql-dry-run", "Dry run, pretent that all MySQL client API calls are successful without executing them", SB_ARG_TYPE_FLAG, "off"}, {NULL, NULL, SB_ARG_TYPE_NULL, NULL} };