summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorunknown <tulin@dl145b.mysql.com>2005-07-19 11:52:24 +0200
committerunknown <tulin@dl145b.mysql.com>2005-07-19 11:52:24 +0200
commita3a9d00b3b16fab0ca2f9cfa2a297b2abdcef4c3 (patch)
tree8cfd705e66b12680834c3024c0460ae6fa4a9e95 /extra
parent96c7d12bf85024b6a338c8e8fdbcf008496801f4 (diff)
downloadmariadb-git-a3a9d00b3b16fab0ca2f9cfa2a297b2abdcef4c3.tar.gz
perror.c:
BUG#11999, incorrect --help on perror with ndb extra/perror.c: BUG#11999, incorrect --help on perror with ndb
Diffstat (limited to 'extra')
-rw-r--r--extra/perror.c2
1 files changed, 1 insertions, 1 deletions
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