Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0
into sanja.is.com.ua:/home/bell/mysql/bk/work-5.0
This commit is contained in:
commit
daaf883f97
@ -239,10 +239,24 @@ int main(int argc,char *argv[])
|
|||||||
if ((ndb_error_string(code, ndb_string, sizeof(ndb_string)) < 0) &&
|
if ((ndb_error_string(code, ndb_string, sizeof(ndb_string)) < 0) &&
|
||||||
(ndbd_exit_string(code, ndb_string, sizeof(ndb_string)) < 0))
|
(ndbd_exit_string(code, ndb_string, sizeof(ndb_string)) < 0))
|
||||||
{
|
{
|
||||||
msg= 0;
|
msg= 0;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
msg= ndb_string;
|
msg= ndb_string;
|
||||||
|
if (msg)
|
||||||
|
{
|
||||||
|
if (verbose)
|
||||||
|
printf("NDB error code %3d: %s\n",code,msg);
|
||||||
|
else
|
||||||
|
puts(msg);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
fprintf(stderr,"Illegal ndb error code: %d\n",code);
|
||||||
|
error= 1;
|
||||||
|
}
|
||||||
|
found= 1;
|
||||||
|
msg= 0;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
#endif
|
#endif
|
||||||
|
@ -12,3 +12,4 @@
|
|||||||
|
|
||||||
sp-goto : GOTO is currently is disabled - will be fixed in the future
|
sp-goto : GOTO is currently is disabled - will be fixed in the future
|
||||||
subselect : Bug#15706
|
subselect : Bug#15706
|
||||||
|
ndb_load : Bug #17233
|
||||||
|
Loading…
x
Reference in New Issue
Block a user