mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
bug#5076 bug#5077
This commit is contained in:
@@ -42,7 +42,7 @@ static struct my_option my_long_options[] =
|
|||||||
NO_ARG, 0, 0, 0, 0, 0, 0},
|
NO_ARG, 0, 0, 0, 0, 0, 0},
|
||||||
#ifdef HAVE_NDBCLUSTER_DB
|
#ifdef HAVE_NDBCLUSTER_DB
|
||||||
{"ndb", 0, "Ndbcluster storage engine specific error codes.", (gptr*) &ndb_code,
|
{"ndb", 0, "Ndbcluster storage engine specific error codes.", (gptr*) &ndb_code,
|
||||||
(gptr*) &ndb_code, 0, GET_BOOL, NO_ARG, 1, 0, 0, 0, 0, 0},
|
(gptr*) &ndb_code, 0, GET_BOOL, NO_ARG, 0, 0, 0, 0, 0, 0},
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_SYS_ERRLIST
|
#ifdef HAVE_SYS_ERRLIST
|
||||||
{"all", 'a', "Print all the error messages and the number.",
|
{"all", 'a', "Print all the error messages and the number.",
|
||||||
@@ -222,7 +222,7 @@ int main(int argc,char *argv[])
|
|||||||
#ifdef HAVE_NDBCLUSTER_DB
|
#ifdef HAVE_NDBCLUSTER_DB
|
||||||
if (ndb_code)
|
if (ndb_code)
|
||||||
{
|
{
|
||||||
if (ndb_error_string(code, ndb_string, 1024) < 0)
|
if (ndb_error_string(code, ndb_string, sizeof(ndb_string)) < 0)
|
||||||
msg= 0;
|
msg= 0;
|
||||||
else
|
else
|
||||||
msg= ndb_string;
|
msg= ndb_string;
|
||||||
|
Reference in New Issue
Block a user