summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authortulin@dl145b.mysql.com <>2005-07-19 11:52:24 +0200
committertulin@dl145b.mysql.com <>2005-07-19 11:52:24 +0200
commit1c2cfd80a2eebf46b78e9fc996a2420248fd27b5 (patch)
tree8cfd705e66b12680834c3024c0460ae6fa4a9e95 /extra
parent8f605428cb27af201ad60b86c655dde711ba0327 (diff)
downloadmariadb-git-1c2cfd80a2eebf46b78e9fc996a2420248fd27b5.tar.gz
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