summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorjimw@mysql.com <>2005-07-19 11:05:49 -0700
committerjimw@mysql.com <>2005-07-19 11:05:49 -0700
commit80c1c6b33f27d37d9bf4e7bba103e10377da5c01 (patch)
tree04692d95c000bd65df72b0a4c5c605b71afa5287 /extra
parentf40ac0bb9915501f74964c9edcd57deaa241ee61 (diff)
parentbb6918e3120fbf8d20c11a91c96f3236b4ea387d (diff)
downloadmariadb-git-80c1c6b33f27d37d9bf4e7bba103e10377da5c01.tar.gz
Merge mysql.com:/home/jimw/my/mysql-4.1-clean
into mysql.com:/home/jimw/my/mysql-5.0-clean
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 d68f5230e4a..dedd558e4cf 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