From a3a9d00b3b16fab0ca2f9cfa2a297b2abdcef4c3 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 19 Jul 2005 11:52:24 +0200 Subject: perror.c: BUG#11999, incorrect --help on perror with ndb extra/perror.c: BUG#11999, incorrect --help on perror with ndb --- extra/perror.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extra/perror.c') diff --git a/extra/perror.c b/extra/perror.c index 6e632b20d96..69cd6f87aab 100644 --- a/extra/perror.c +++ b/extra/perror.c @@ -41,7 +41,7 @@ static struct my_option my_long_options[] = {"info", 'I', "Synonym for --help.", 0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0}, #ifdef HAVE_NDBCLUSTER_DB - {"ndb", 0, "Ndbcluster storage engine specific error codes.", (gptr*) &ndb_code, + {"ndb", 257, "Ndbcluster storage engine specific error codes.", (gptr*) &ndb_code, (gptr*) &ndb_code, 0, GET_BOOL, NO_ARG, 0, 0, 0, 0, 0, 0}, #endif #ifdef HAVE_SYS_ERRLIST -- cgit v1.2.1