From ddc14d8eb7361ff92b442e3d2fdc2e70e32af6b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Lindstr=C3=B6m?= Date: Wed, 25 Jan 2017 07:51:08 +0200 Subject: MDEV-10942: innodb_zip.innochecksum_3, innodb_zip.innochecksum_2 fail in buildbot. Fixed test results. --- extra/innochecksum.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'extra/innochecksum.cc') diff --git a/extra/innochecksum.cc b/extra/innochecksum.cc index 707451da7fa..393b1af062c 100644 --- a/extra/innochecksum.cc +++ b/extra/innochecksum.cc @@ -1346,10 +1346,8 @@ static struct my_option innochecksum_options[] = { 0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0}, {"verbose", 'v', "Verbose (prints progress every 5 seconds).", &verbose, &verbose, 0, GET_BOOL, NO_ARG, 0, 0, 0, 0, 0, 0}, -#ifndef DBUG_OFF {"debug", '#', "Output debug log. See " REFMAN "dbug-package.html", &dbug_setting, &dbug_setting, 0, GET_STR, OPT_ARG, 0, 0, 0, 0, 0, 0}, -#endif /* !DBUG_OFF */ {"count", 'c', "Print the count of pages in the file and exits.", &just_count, &just_count, 0, GET_BOOL, NO_ARG, 0, 0, 0, 0, 0, 0}, {"start_page", 's', "Start on this page number (0 based).", -- cgit v1.2.1